16 lines
337 B
SYSTEMD
16 lines
337 B
SYSTEMD
[Unit]
|
|
Description=Consul Template Agent
|
|
Requires=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
ExecStart=/usr/local/bin/consul-template -config="/etc/consul-template.d/consul-template.hcl"
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillSignal=SIGTERM
|
|
User=root
|
|
Group=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|