blob: dca0531fd6c6028fa1cd056cc75108c1cc77148b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#[Service]
#ExecStart=
#ExecStart=/usr/bin/kapacitor -config /etc/kapacitor/kapacitor.conf $KAPACITOR_OPTS
[Service]
User=kapacitor
Group=kapacitor
LimitNOFILE=65536
EnvironmentFile=-/etc/default/kapacitor
ExecStart=/usr/bin/kapacitord -config /etc/kapacitor/kapacitor.conf $KAPACITOR_OPTS
KillMode=process
Restart=on-failure
|