mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
at: run daemon as root user
Permission problems are encountered when running atd as the default (daemon) user, so run it as root instead. These options are also used in the OpenEmbedded recipe for at. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
43938f11af
commit
8a13529172
@@ -12,3 +12,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \
|
||||
|
||||
SRC_URI[md5sum] = "1e67991776148fb319fd77a2e599a765"
|
||||
SRC_URI[sha256sum] = "7c55c6ab4fbe8add9e68f31b2b0ebf3fe805c9a4e7cfb2623a3d8a4789cc18f3"
|
||||
|
||||
EXTRA_OECONF += "--with-jobdir=/var/spool/cron/atjobs \
|
||||
--with-atspool=/var/spool/cron/atspool \
|
||||
--with-daemon_username=root \
|
||||
--with-daemon_groupname=root \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user