summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Schridde <devurandom@gmx.net>2013-04-23 08:10:21 -0400
committerHenry Gebhardt <hsggebhardt@googlemail.com>2013-04-23 08:11:30 -0400
commitc0fc102cfbff2ac2e307689a49afab1917e27464 (patch)
tree778b61aa21211253842f9f480717b47b726207e5
parentsys-apps/systemd-units-8: preload.service added, bug #466640 (diff)
downloadsystemd-c0fc102cfbff2ac2e307689a49afab1917e27464.tar.gz
systemd-c0fc102cfbff2ac2e307689a49afab1917e27464.tar.bz2
systemd-c0fc102cfbff2ac2e307689a49afab1917e27464.zip
sys-apps/systemd-units-9: fix fcron service file
See bug https://bugs.gentoo.org/show_bug.cgi?id=466642
-rw-r--r--sys-apps/systemd-units/files/services-basic/fcron.service6
-rw-r--r--sys-apps/systemd-units/systemd-units-9.ebuild (renamed from sys-apps/systemd-units/systemd-units-8.ebuild)0
2 files changed, 2 insertions, 4 deletions
diff --git a/sys-apps/systemd-units/files/services-basic/fcron.service b/sys-apps/systemd-units/files/services-basic/fcron.service
index 3fce3da..7fd0f42 100644
--- a/sys-apps/systemd-units/files/services-basic/fcron.service
+++ b/sys-apps/systemd-units/files/services-basic/fcron.service
@@ -2,10 +2,8 @@
Description=fcron Cron Daemon
[Service]
-Type=simple
-ExecStart=/usr/sbin/fcron -f
-ExecReload=/bin/kill -USR1 $MAINPID
-PIDFile=/var/run/fcron.pid
+ExecStart=/usr/libexec/fcron -f
+ExecReload=/usr/libexec/fcronsighup
Restart=always
[Install]
diff --git a/sys-apps/systemd-units/systemd-units-8.ebuild b/sys-apps/systemd-units/systemd-units-9.ebuild
index 0ef9f2d..0ef9f2d 100644
--- a/sys-apps/systemd-units/systemd-units-8.ebuild
+++ b/sys-apps/systemd-units/systemd-units-9.ebuild