KF2-SRV/SOURCES/kf2-srv-beta-update.service

15 lines
236 B
SYSTEMD
Raw Normal View History

2020-07-08 22:56:38 +00:00
[Unit]
Description=Check and Update Killing Floor 2 server
[Service]
Type=simple
ExecStart=/usr/bin/kf2-srv-beta --update
PrivateTmp=true
PrivateDevices=true
ProtectHome=false
ProtectSystem=false
[Install]
WantedBy=multi-user.target