15 lines
231 B
Desktop File
15 lines
231 B
Desktop File
[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
|