2018-12-18 23:20:49 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Anvil! Intelligent Availability Platform - ScanCore Decision Engine
|
|
|
|
Wants=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2020-08-24 16:54:31 +00:00
|
|
|
ExecStart=/usr/sbin/scancore
|
2018-12-18 23:20:49 +00:00
|
|
|
ExecStop=/bin/kill -WINCH ${MAINPID}
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|