From 48487ee21812f4823e01c5590b899eb8b578e75e Mon Sep 17 00:00:00 2001 From: R4SAS Date: Wed, 23 Feb 2022 23:15:05 +0300 Subject: [PATCH] Updated Setting up i2pd as Windows Service (markdown) --- Setting-up-i2pd-as-Windows-Service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-up-i2pd-as-Windows-Service.md b/Setting-up-i2pd-as-Windows-Service.md index 888591c..bcb0d6d 100644 --- a/Setting-up-i2pd-as-Windows-Service.md +++ b/Setting-up-i2pd-as-Windows-Service.md @@ -5,7 +5,7 @@ One can set up i2pd as a Windows Service. This way it will run in the background While it is possible to install service using corresponding [command line option](https://github.com/PurpleI2P/i2pd/blob/openssl/docs/configuration.md), standard tools like [sc](https://technet.microsoft.com/en-us/library/cc990289.aspx) can be used as well. Currently, this gives some flexibility as there in no need to add `daemon = yes` in config, but `--daemon` can be supplied as an argument. ### Service installation -Fire up elevated Command Prompt (Win+X, A in Windows 8) and type in the following making sure you use the correct path where you have `i2pd.exe`. +Fire up elevated Command Prompt (Win+X, A since Windows 8) and type in the following making sure you use the correct path where you have `i2pd.exe`. _Note: Mind spaces after `=`!_ ```