summarylogtreecommitdiffstats
path: root/helios-master.service
blob: 6a97c694943cc48a64d900079fa134940bc59436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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