summarylogtreecommitdiffstats
path: root/helios-agent.service
blob: 36b74690c1e8e6f0a8c2ff7e2137fad584806a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Spotify Helios Agent
Documentation=https://github.com/spotify/helios/tree/master/docs
After=zookeeper.service docker.socket
Requires=zookeeper.service docker.socket

[Service]
EnvironmentFile=/etc/default/helios-agent
WorkingDirectory=/var/lib/helios-agent
ExecStart=/usr/bin/helios-agent --zk-namespace helios --name %H

[Install]
WantedBy=multi-user.target