mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
11 lines
463 B
Plaintext
11 lines
463 B
Plaintext
# 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
|