summaryrefslogtreecommitdiff
path: root/community/dcron/service
diff options
context:
space:
mode:
Diffstat (limited to 'community/dcron/service')
-rw-r--r--community/dcron/service10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/dcron/service b/community/dcron/service
new file mode 100644
index 000000000..59fc64b80
--- /dev/null
+++ b/community/dcron/service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Periodic Command Scheduler
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/crond
+ExecStart=/usr/sbin/crond $CROND_ARGS
+
+[Install]
+WantedBy=multi-user.target