Updated Setting up i2pd as Windows Service (markdown)

R4SAS
2022-02-23 23:17:41 +03:00
parent 48487ee218
commit d971b49606

@@ -12,8 +12,8 @@ _Note: Mind spaces after `=`!_
sc create i2pdService binPath= "C:\dev\i2p\appveyor\i2pd.exe --daemon" DisplayName= "i2pd router service" obj= "NT AUTHORITY\LocalService"
```
The service will run under special *LocalService* user account. Its configuration folder is likely `C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\i2pd`.
You will need elevated privileges to access this location. You may find it handy to use [Far File Manager](http://www.farmanager.com) or alike for such manipulations.
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)