mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-13 01:20:22 +03:00
Update usage.md
This commit is contained in:
parent
03d4584562
commit
abeaf76fe9
@ -37,13 +37,13 @@ Some binary Linux packages have a systemd control unit, so it is possible to man
|
|||||||
|
|
||||||
Start/stop i2pd:
|
Start/stop i2pd:
|
||||||
|
|
||||||
sudo systemctl i2pd.service start
|
sudo systemctl start i2pd.service
|
||||||
sudo systemctl i2pd.service stop
|
sudo systemctl stop i2pd.service
|
||||||
|
|
||||||
Enable/disable i2pd to be started on bootup:
|
Enable/disable i2pd to be started on bootup:
|
||||||
|
|
||||||
sudo systemctl i2pd.service enable
|
sudo systemctl enable i2pd.service
|
||||||
sudo systemctl i2pd.service disable
|
sudo systemctl disable i2pd.service
|
||||||
|
|
||||||
|
|
||||||
## Configuring i2pd
|
## Configuring i2pd
|
||||||
|
Loading…
Reference in New Issue
Block a user