2017-06-10 06:38:04 +00:00
|
|
|
[Unit]
|
2017-10-20 04:19:32 +00:00
|
|
|
Description=Anvil! Intelligent Availability Platform - main service daemon
|
2024-02-25 07:15:33 +00:00
|
|
|
After=network.target
|
2017-06-10 06:38:04 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2018-03-07 08:11:55 +00:00
|
|
|
ExecStart=/usr/sbin/anvil-daemon
|
2017-06-10 06:38:04 +00:00
|
|
|
ExecStop=/bin/kill -WINCH ${MAINPID}
|
2017-06-10 06:54:28 +00:00
|
|
|
Restart=always
|
2024-02-03 00:44:01 +00:00
|
|
|
RestartSec=60
|
2017-06-10 06:38:04 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|