Compare commits

..

No commits in common. "12127744b5b71e4dd6b0079e9424aace52ffdf9a" and "12b05ab77a2c64544c6b2afe41eb30fd323de3f3" have entirely different histories.

4 changed files with 2 additions and 7 deletions

View File

@ -9,7 +9,7 @@ After=network.target mullvad-daemon.service
# Wait a minute before actually starting Chrony so Mullvad has surely had # Wait a minute before actually starting Chrony so Mullvad has surely had
# time to start and thus not fail at excluding (cannot set the cgroup, no # time to start and thus not fail at excluding (cannot set the cgroup, no
# such file or directory) # such file or directory)
#ExecStartPre=/usr/bin/sleep 60 ExecStartPre=/usr/bin/sleep 60
# Empty the main chrony.service ExecStart line so it can be overwritten # Empty the main chrony.service ExecStart line so it can be overwritten
ExecStart= ExecStart=
ExecStart=/usr/bin/mullvad-exclude /usr/sbin/chronyd $DAEMON_OPTS ExecStart=/usr/bin/mullvad-exclude /usr/sbin/chronyd $DAEMON_OPTS

View File

@ -1 +0,0 @@
../yggdrasil.service.d/never-fail.conf

View File

@ -9,7 +9,7 @@ After=network.target mullvad-daemon.service
# Wait a ~minute before actually starting Yggdrasil so Mullvad has surely had # Wait a ~minute before actually starting Yggdrasil so Mullvad has surely had
# time to start and thus not fail at excluding (cannot set the cgroup, no # time to start and thus not fail at excluding (cannot set the cgroup, no
# such file or directory) # such file or directory)
#ExecStartPre=/usr/bin/sleep 45 ExecStartPre=/usr/bin/sleep 45
# Empty the main yggdrasil.service ExecStart line so it can be overwritten # Empty the main yggdrasil.service ExecStart line so it can be overwritten
ExecStart= ExecStart=
ExecStart=/usr/bin/mullvad-exclude /usr/bin/yggdrasil -useconffile /etc/yggdrasil.conf ExecStart=/usr/bin/mullvad-exclude /usr/bin/yggdrasil -useconffile /etc/yggdrasil.conf

View File

@ -1,4 +0,0 @@
# To never stop retrying to start
[Service]
Restart=always
RestartSec=5s