|
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
|
|
### /etc/systemd/system/i2pzero.service
|
|
|
```` [Unit] Description=i2pzero After=network.target
|
|
|
[Service] Type=simple ExecStart=/home/<username>/i2p-zero-linux.v1.17/router/bin/i2p-zero User=<username> Group=<usergroup>
|
|
|
[Install] WantedBy=multi-user.target ````
|
|
|
### /etc/systemd/system/monerod.service
|
|
|
```` [Unit] Description=monerod After=network.target
|
|
|
[Service] Type=forking PIDFile=/home/<username>/monerod.pid ExecStart=/home/<username>/monero-x86_64-linux-gnu-v0.16.0.0/monerod --tx-proxy i2p,127.0.0.1:8060 --add-peer core5hzivg4v5ttxbor4a3haja6dssksqsmiootlptnsrfsgwqqa.b32.i2p --add-peer dsc7fyzzultm7y6pmx2avu6tze3usc7d27nkbzs5qwuujplxcmzq.b32.i2p --add-peer sel36x6fibfzujwvt4hf5gxolz6kd3jpvbjqg6o3ud2xtionyl2q.b32.i2p --add-peer yht4tm2slhyue42zy5p2dn3sft2ffjjrpuy7oc2lpbhifcidml4q.b32.i2p --anonymous-inbound XXXXXXXXXXXXXXXXXXXXXXXXXXXXX.b32.i2p,127.0.0.1:8061 --detach --pidfile /home/<username>/monerod.pid User=<username> Group=<usergroup>
|
|