mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
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
|