summaryrefslogtreecommitdiff
path: root/zookeeper.service
blob: d3bfc9c2dff9228cc9afef46cfefa52b0b4cfb43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=zookeeper

[Service]
User=root
Type=simple
ExecStart=/usr/bin/zookeeper
ExecStop=killall zookeeper
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target