diff options
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/cronie/cronie-1.6.0-r1.ebuild (renamed from sys-process/cronie/cronie-1.6.0.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-process/cronie/cronie-1.6.0.ebuild b/sys-process/cronie/cronie-1.6.0-r1.ebuild index 803851ce4c04..f45298904d22 100644 --- a/sys-process/cronie/cronie-1.6.0.ebuild +++ b/sys-process/cronie/cronie-1.6.0-r1.ebuild @@ -47,6 +47,8 @@ src_configure() { $(use_with selinux) $(use_enable anacron) --enable-syscrontab + # Required for correct pidfile location #835814 + --runstatedir="/run" --with-daemon_username=cron --with-daemon_groupname=cron ) |