Change systemd dependencies

According to https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/ it's recommended for us to just use After=network.target to ensure that we're able to shutdown before systemd purges network connectivity
This commit is contained in:
Archi
2021-10-22 10:44:06 +02:00
parent 9e3c50cd50
commit 67ddef7fa1
3 changed files with 3 additions and 6 deletions

View File

@@ -32,7 +32,6 @@ RestrictRealtime=yes
RestrictSUIDSGID=yes
[Unit]
After=network.target network-online.target
After=network.target
Description=ArchiSteamFarm Service (on %I)
Documentation=https://github.com/JustArchiNET/ArchiSteamFarm/wiki
Wants=network.target network-online.target

View File

@@ -32,7 +32,6 @@ RestrictRealtime=yes
RestrictSUIDSGID=yes
[Unit]
After=network.target network-online.target
After=network.target
Description=ArchiSteamFarm Service (on %I)
Documentation=https://github.com/JustArchiNET/ArchiSteamFarm/wiki
Wants=network.target network-online.target

View File

@@ -32,7 +32,6 @@ RestrictRealtime=yes
RestrictSUIDSGID=yes
[Unit]
After=network.target network-online.target
After=network.target
Description=ArchiSteamFarm Service (on %I)
Documentation=https://github.com/JustArchiNET/ArchiSteamFarm/wiki
Wants=network.target network-online.target