Updated Setting up i2pd as Windows Service (markdown)

R4SAS
2022-02-23 23:15:05 +03:00
parent f6a0a4b564
commit 48487ee218

@@ -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 (<kbd>Win+X</kbd>, <kbd>A</kbd> 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 (<kbd>Win+X</kbd>, <kbd>A</kbd> since Windows 8) and type in the following making sure you use the correct path where you have `i2pd.exe`.
_Note: Mind spaces after `=`!_
```