mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
16 lines
350 B
Desktop File
16 lines
350 B
Desktop File
[Unit]
|
|
Description=Consul Agent
|
|
Requires=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
User=consul
|
|
Group=consul
|
|
EnvironmentFile=-/etc/default/consul
|
|
Restart=on-failure
|
|
ExecStart=/usr/bin/consul agent $CONSUL_FLAGS -config-dir=/etc/consul.d
|
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
|
KillSignal=SIGINT
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|