Updated Setting up i2pd as Windows Service (markdown)

R4SAS
2022-02-23 23:18:14 +03:00
parent d971b49606
commit 7827cdcf4e

@@ -13,6 +13,7 @@ sc create i2pdService binPath= "C:\dev\i2p\appveyor\i2pd.exe --daemon" DisplayNa
```
The service will run under special *LocalService* user account. Its configuration folder is likely `C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\i2pd`, but if you place `i2pd.conf` into binary directory, it would start work in same directory where `i2pd.exe` is placed.
You will need elevated privileges to access LocalService AppData location. You may find it handy to use [Far File Manager](http://www.farmanager.com) or alike for such manipulations.
![screenshot](Setting-up-i2pd-as-Windows-Service.png)