e0c4ed6de5
anvil-monitor-daemons.service to only monitor daemons. Signed-off-by: digimer <mkelly@alteeve.ca>
14 lines
277 B
Desktop File
14 lines
277 B
Desktop File
[Unit]
|
|
Description=Anvil! Intelligent Availability Platform - Daemon Monitor
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/anvil-manage-daemons --log-only
|
|
ExecStop=/bin/kill -WINCH ${MAINPID}
|
|
Restart=always
|
|
RestartSec=60
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|