mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-12 13:19:49 +01:00
Compare commits
No commits in common. "12127744b5b71e4dd6b0079e9424aace52ffdf9a" and "12b05ab77a2c64544c6b2afe41eb30fd323de3f3" have entirely different histories.
12127744b5
...
12b05ab77a
@ -9,7 +9,7 @@ After=network.target mullvad-daemon.service
|
||||
# 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
|
||||
# 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
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/mullvad-exclude /usr/sbin/chronyd $DAEMON_OPTS
|
||||
|
@ -1 +0,0 @@
|
||||
../yggdrasil.service.d/never-fail.conf
|
@ -9,7 +9,7 @@ After=network.target mullvad-daemon.service
|
||||
# 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
|
||||
# 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
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/mullvad-exclude /usr/bin/yggdrasil -useconffile /etc/yggdrasil.conf
|
||||
|
@ -1,4 +0,0 @@
|
||||
# To never stop retrying to start
|
||||
[Service]
|
||||
Restart=always
|
||||
RestartSec=5s
|
Loading…
Reference in New Issue
Block a user