mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 12:47:27 +02:00
Compare commits
4 Commits
1d7308e74e
...
61dc3706ab
Author | SHA1 | Date | |
---|---|---|---|
61dc3706ab | |||
1b64bc5e13 | |||
db7de1c3e4 | |||
7f410148e3 |
@ -8,6 +8,9 @@ TimeoutStartSec=infinity
|
|||||||
# Another attempt at ensuring Yggdrasil works with nordvpnd
|
# Another attempt at ensuring Yggdrasil works with nordvpnd
|
||||||
ExecStartPre=-/usr/sbin/sysctl net.ipv6.conf.all.disable_ipv6=0
|
ExecStartPre=-/usr/sbin/sysctl net.ipv6.conf.all.disable_ipv6=0
|
||||||
ExecStart=-/usr/bin/systemctl restart yggdrasil.service
|
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
|
User=root
|
||||||
StandardOutput=journal
|
StandardOutput=journal
|
||||||
StandardError=journal
|
StandardError=journal
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
# Don't start until mullvad-daemon is online to allow excluding
|
# 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
|
After=network.target mullvad-daemon.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
# https://i2pd.readthedocs.io/en/latest/tutorials/yggdrasil-only-mode/
|
# https://i2pd.readthedocs.io/en/latest/tutorials/yggdrasil-only-mode/
|
||||||
# and letting it through Mullvad this way
|
# and letting it through Mullvad this way
|
||||||
|
[Unit]
|
||||||
|
Requires=mullvad-daemon.service
|
||||||
|
After=mullvad-daemon.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
ExecStartPre=/usr/bin/sleep 30
|
ExecStartPre=/usr/bin/sleep 30
|
||||||
ExecStart=
|
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
|
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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Wants=firewalld.service
|
Requires=firewalld.service
|
||||||
After=firewalld.service
|
After=firewalld.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Wants=network-online.service
|
Wants=network-online.target
|
||||||
After=network-online.service
|
After=network-online.target
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Wants=nordvpnd.service
|
Requires=nordvpnd.service
|
||||||
After=nordvpnd.service
|
After=nordvpnd.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Wants=unbound.service
|
Wants=unbound.service
|
||||||
After=unbound.service
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
# Don't start until mullvad-daemon is online to allow excluding
|
# 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
|
After=network.target mullvad-daemon.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user