Skip to content

Instantly share code, notes, and snippets.

@cecton
Forked from yunano/consul.service
Last active May 31, 2017 14:11
Show Gist options
  • Save cecton/52b08c398dbcc7e993052663adc78528 to your computer and use it in GitHub Desktop.
Save cecton/52b08c398dbcc7e993052663adc78528 to your computer and use it in GitHub Desktop.
/lib/systemd/system/consul.service
[Unit]
Description=consul agent
Requires=network-online.target
After=network-online.target
[Service]
EnvironmentFile=/etc/environment
Environment=GOMAXPROCS=2
Restart=on-failure
ExecStart=/usr/local/sbin/consul agent $CONSUL_OPTS -data-dir=/var/lib/consul
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment