0d06004a3b
Signed-off-by: digimer <mkelly@alteeve.ca>
14 lines
263 B
Desktop File
14 lines
263 B
Desktop File
[Unit]
|
|
Description=Anvil! Intelligent Availability Platform - main service daemon
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/anvil-daemon
|
|
ExecStop=/bin/kill -WINCH ${MAINPID}
|
|
Restart=always
|
|
RestartSec=60
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|