summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/systemd-units/files/services-basic/fcron.service')
-rw-r--r--sys-apps/systemd-units/files/services-basic/fcron.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-apps/systemd-units/files/services-basic/fcron.service b/sys-apps/systemd-units/files/services-basic/fcron.service
new file mode 100644
index 0000000..68a7323
--- /dev/null
+++ b/sys-apps/systemd-units/files/services-basic/fcron.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=fcron Cron Daemon
+After=syslog.target
+
+[Service]
+Type=simple
+ExecStart=/usr/sbin/fcron -f
+ExecReload=/bin/kill -USR1 $MAINPID
+PIDFile=/var/run/fcron.pid
+Restart=always
+
+[Install]
+WantedBy=multi-user.target