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 `=`!_ ```