summarylogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rw-r--r--service11
1 files changed, 11 insertions, 0 deletions
diff --git a/service b/service
new file mode 100644
index 000000000000..eb2f10a1668a
--- /dev/null
+++ b/service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Shubh command scheduler
+
+[Service]
+ExecStart=/usr/bin/shubhcrond -n
+ExecReload=/usr/bin/kill -HUP $MAINPID
+KillMode=process
+Restart=always
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file