12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
|
[Unit]
|
||
|
Description=Consul Envoy Proxy for Adguard.
|
||
|
After=adguard.service,consul.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/consul connect envoy -sidecar-for {{ deploy_adguard_consul['configuration']['service']['name'] }}
|
||
|
Restart=always
|
||
|
RestartSec=3
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|