forked from Deuxfleurs/infrastructure
9 lines
137 B
SYSTEMD
9 lines
137 B
SYSTEMD
|
[Unit]
|
||
|
Description=Consul
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/consul agent -config-dir=/etc/consul
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|