2022-03-08 17:18:40 +01:00
|
|
|
# https://i2pd.readthedocs.io/en/latest/tutorials/yggdrasil-only-mode/
|
|
|
|
# and letting it through Mullvad this way
|
2024-04-26 16:43:37 +02:00
|
|
|
[Unit]
|
|
|
|
Requires=mullvad-daemon.service
|
|
|
|
After=mullvad-daemon.service
|
|
|
|
|
|
|
|
[Service]
|
2024-10-04 12:21:21 +02:00
|
|
|
# Contained in `systemd-path search-binaries-default`
|
|
|
|
ExecStartPre=sleep 30
|
2022-03-08 17:18:40 +01:00
|
|
|
ExecStart=
|
2024-10-04 12:21:21 +02:00
|
|
|
ExecStart=mullvad-exclude 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
|