summaryrefslogtreecommitdiff
path: root/community-testing/fcron/fcron.service
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/fcron/fcron.service')
-rw-r--r--community-testing/fcron/fcron.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/community-testing/fcron/fcron.service b/community-testing/fcron/fcron.service
new file mode 100644
index 000000000..a47b4f19b
--- /dev/null
+++ b/community-testing/fcron/fcron.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Cron Daemon
+
+[Service]
+Type=forking
+PIDFile=/run/fcron.pid
+ExecStart=/usr/sbin/fcron
+
+[Install]
+WantedBy=multi-user.target