sandstorm-server/AutoUpdater/my-server-check.service

14 lines
270 B
SYSTEMD
Raw Permalink Normal View History

2021-04-24 08:09:22 +00:00
[Unit]
Description=check insurgency sandstorm server updates
Requires=network.target
[Service]
Type=simple
ExecStart=/opt/check-manifest.sh
ExecStop=/bin/kill -s TERM $MAINPID
KillMode=control-group
CPUSchedulingPolicy=idle
Nice=19
[Install]
WantedBy=multi-user.target