summaryrefslogtreecommitdiffstats
path: root/abs/core/dcron/service
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/dcron/service')
-rw-r--r--abs/core/dcron/service11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/dcron/service b/abs/core/dcron/service
new file mode 100644
index 0000000..703f320
--- /dev/null
+++ b/abs/core/dcron/service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Periodic Command Scheduler
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/crond
+ExecStart=/usr/bin/crond $CROND_ARGS
+Restart=always
+
+[Install]
+WantedBy=multi-user.target