2026-01-07 14:27:55 +03:00
|
|
|
[Unit]
|
|
|
|
|
Description="HashiCorp Consul - A service mesh solution"
|
|
|
|
|
Documentation=https://www.consul.io/
|
|
|
|
|
Requires=network-online.target
|
|
|
|
|
After=network-online.target
|
|
|
|
|
ConditionFileNotEmpty=/etc/consul/config.json
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=notify
|
|
|
|
|
User=consul
|
|
|
|
|
Group=consul
|
2026-02-06 17:36:15 +03:00
|
|
|
ExecStart=/usr/local/consul-{{ consul_version }}/consul agent -config-file=/etc/consul/
|
2026-01-07 14:27:55 +03:00
|
|
|
KillMode=process
|
|
|
|
|
Restart=on-failure
|
|
|
|
|
LimitNOFILE=65536
|
|
|
|
|
|
|
|
|
|
[Install]
|
2026-02-06 17:36:15 +03:00
|
|
|
WantedBy=multi-user.target
|