summaryrefslogtreecommitdiff
path: root/community/gearmand/gearmand.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/gearmand/gearmand.service')
-rw-r--r--community/gearmand/gearmand.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/gearmand/gearmand.service b/community/gearmand/gearmand.service
new file mode 100644
index 000000000..a1a8d5a23
--- /dev/null
+++ b/community/gearmand/gearmand.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Gearmand distributed job system
+After=syslog.target network.target
+
+[Service]
+User=gearmand
+Type=forking
+ExecStart=/usr/bin/gearmand -d
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target