summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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