Compare commits

..

No commits in common. "61dc3706ab87a107aaec8b83ed0ef5d1f19b5ecb" and "1d7308e74e83386275e86f594fce16ed7234ecb8" have entirely different histories.

8 changed files with 7 additions and 14 deletions

View File

@ -8,9 +8,6 @@ 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
Requires=mullvad-daemon.service
Wants=mullvad-daemon.service
After=network.target mullvad-daemon.service
[Service]

View File

@ -1,10 +1,5 @@
# 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]
Requires=firewalld.service
Wants=firewalld.service
After=firewalld.service
[Service]

View File

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

View File

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

View File

@ -1,2 +1,3 @@
[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
Requires=mullvad-daemon.service
Wants=mullvad-daemon.service
After=network.target mullvad-daemon.service
[Service]