Skip to content

Instantly share code, notes, and snippets.

View Manc's full-sized avatar

Nick Singleton Manc

  • Kraken Technologies
  • Manchester, UK
View GitHub Profile
@Manc
Manc / consul.service
Last active July 15, 2020 03:03 — forked from yunano/consul.service
/etc/systemd/system/consul.service
[Unit]
Description=Consul service discovery agent
Requires=network-online.target
After=network.target
[Service]
User=consul
Group=consul
PIDFile=/run/consul/consul.pid
Restart=on-failure