update systemd services
After/Wants/Requires blocks
This commit is contained in:
parent
c09941569e
commit
848ea7d726
@ -1,5 +1,7 @@
|
||||
[Unit]
|
||||
Description=Check and Update Killing Floor 2 server
|
||||
After=network-online.target
|
||||
Requires=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
@ -1,5 +1,7 @@
|
||||
[Unit]
|
||||
Description=Killing Floor 2 Beta Server Daemon - %i
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
User=steam
|
||||
|
@ -1,5 +1,7 @@
|
||||
[Unit]
|
||||
Description=Check and Update Killing Floor 2 server
|
||||
After=network-online.target
|
||||
Requires=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
@ -1,5 +1,7 @@
|
||||
[Unit]
|
||||
Description=Killing Floor 2 Server Daemon - %i
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
User=steam
|
||||
|
Loading…
Reference in New Issue
Block a user