summarylogtreecommitdiffstats
path: root/helios-master.service
diff options
context:
space:
mode:
authorDavid Flemström2015-07-21 17:06:21 +0200
committerDavid Flemström2015-07-21 17:08:10 +0200
commitcd186b6f4fcfdfdbfccd8a364d727568f829826e (patch)
tree2117265b5cc0c8060797230b7b1d2835ce388b5d /helios-master.service
downloadaur-cd186b6f4fcfdfdbfccd8a364d727568f829826e.tar.gz
Initial import
Diffstat (limited to 'helios-master.service')
-rw-r--r--helios-master.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/helios-master.service b/helios-master.service
new file mode 100644
index 000000000000..6a97c694943c
--- /dev/null
+++ b/helios-master.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Spotify Helios Master
+Documentation=https://github.com/spotify/helios/tree/master/docs
+After=zookeeper.service docker.socket
+Requires=zookeeper.service docker.socket
+
+[Service]
+EnvironmentFile=/etc/default/helios-master
+WorkingDirectory=/var/lib/helios-master
+ExecStart=/usr/bin/helios-master --zk-namespace helios --name %H
+
+[Install]
+WantedBy=multi-user.target