a296a24215
Sneak a version bump to consul in as well
13 lines
231 B
Desktop File
13 lines
231 B
Desktop File
[Unit]
|
|
Description=consul agent
|
|
Requires=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
ExecStart=/usr/bin/consul agent -dev
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|