From 04785e25b9bcb7d6f513b587b5b0fa4e2c9d224e Mon Sep 17 00:00:00 2001 From: kytv Date: Mon, 19 Sep 2011 01:27:48 +0000 Subject: [PATCH] document installing as a service --- INSTALL.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index 47563b575..db79ce004 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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")