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

15 lines
231 B
SYSTEMD
Raw Normal View History

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