2024-02-14 02:11:22 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Anvil! Intelligent Availability Platform - Daemon Monitor
|
|
|
|
Wants=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2024-02-14 18:55:03 +00:00
|
|
|
ExecStart=/usr/sbin/anvil-manage-daemons --log-only
|
2024-02-14 02:11:22 +00:00
|
|
|
ExecStop=/bin/kill -WINCH ${MAINPID}
|
|
|
|
Restart=always
|
|
|
|
RestartSec=60
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|