document installing as a service

This commit is contained in:
kytv
2011-09-19 01:27:48 +00:00
parent 2e1692cf09
commit 04785e25b9

View File

@ -28,9 +28,17 @@ Or move the i2pupdate.zip file into an existing installation directory and resta
To start I2P:
(*nix): sh i2prouter start
(win*): I2P.exe
(win*): I2P.exe or i2prouter.bat
(non-x86 platforms PPC, ARM, etc): sh runplain.sh
To install I2P as a system service:
(*nix) sh i2prouter install
(win*) install_i2p_service_winnt.bat
To uninstall I2P as a system service:
(*nix) sh i2prouter remove
(win*) uninstall_i2p-service_winnt.bat
To stop I2P (gracefully):
lynx http://localhost:7657/summaryframe (click "Shutdown")