mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
Create terraform/shared/config/consul_gce.service
This commit is contained in:
16
terraform/shared/config/consul_gce.service
Normal file
16
terraform/shared/config/consul_gce.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=Consul Agent
|
||||
Requires=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
Environment=CONSUL_ALLOW_PRIVILEGED_PORTS=true
|
||||
ExecStart=/usr/local/bin/consul agent -config-dir="/etc/consul.d" -dns-port="53" -recursor="169.254.169.254"
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillSignal=SIGTERM
|
||||
User=root
|
||||
Group=root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user