Compare commits

...

4 Commits

8 changed files with 14 additions and 7 deletions

View File

@ -8,6 +8,9 @@ TimeoutStartSec=infinity
# Another attempt at ensuring Yggdrasil works with nordvpnd
ExecStartPre=-/usr/sbin/sysctl net.ipv6.conf.all.disable_ipv6=0
ExecStart=-/usr/bin/systemctl restart yggdrasil.service
# If they somehow managed to not start already
ExecStart=-/usr/bin/systemctl enable --now unbound.service
ExecStart=-/usr/bin/systemctl enable --now systemd-resolved.service
User=root
StandardOutput=journal
StandardError=journal

View File

@ -2,7 +2,7 @@
[Unit]
# Don't start until mullvad-daemon is online to allow excluding
Wants=mullvad-daemon.service
Requires=mullvad-daemon.service
After=network.target mullvad-daemon.service
[Service]

View File

@ -1,5 +1,10 @@
# https://i2pd.readthedocs.io/en/latest/tutorials/yggdrasil-only-mode/
# and letting it through Mullvad this way
[Unit]
Requires=mullvad-daemon.service
After=mullvad-daemon.service
[Service]
ExecStartPre=/usr/bin/sleep 30
ExecStart=
ExecStart=/usr/bin/mullvad-exclude /usr/sbin/i2pd --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf --tunnelsdir=/etc/i2pd/tunnels.conf.d --pidfile=/run/i2pd/i2pd.pid --logfile=/var/log/i2pd/i2pd.log --daemon --service

View File

@ -1,5 +1,5 @@
[Unit]
Wants=firewalld.service
Requires=firewalld.service
After=firewalld.service
[Service]

View File

@ -1,3 +1,3 @@
[Unit]
Wants=network-online.service
After=network-online.service
Wants=network-online.target
After=network-online.target

View File

@ -1,5 +1,5 @@
[Unit]
Wants=nordvpnd.service
Requires=nordvpnd.service
After=nordvpnd.service
[Service]

View File

@ -1,3 +1,2 @@
[Unit]
Wants=unbound.service
After=unbound.service

View File

@ -2,7 +2,7 @@
[Unit]
# Don't start until mullvad-daemon is online to allow excluding
Wants=mullvad-daemon.service
Requires=mullvad-daemon.service
After=network.target mullvad-daemon.service
[Service]