update systemd services

After/Wants/Requires blocks
This commit is contained in:
GenZmeY 2020-07-12 03:16:42 +03:00
parent ac84df6ced
commit 7a6807fbf9
4 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,7 @@
[Unit]
Description=Check and Update Killing Floor 2 server
After=network-online.target
Requires=network-online.target
[Service]
Type=oneshot

View File

@ -1,5 +1,7 @@
[Unit]
Description=Killing Floor 2 Beta Server Daemon - %i
After=network-online.target
Wants=network-online.target
[Service]
User=steam

View File

@ -1,5 +1,7 @@
[Unit]
Description=Check and Update Killing Floor 2 server
After=network-online.target
Requires=network-online.target
[Service]
Type=oneshot

View File

@ -1,5 +1,7 @@
[Unit]
Description=Killing Floor 2 Server Daemon - %i
After=network-online.target
Wants=network-online.target
[Service]
User=steam