mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Updated Setting up i2pd as Windows Service (markdown)
@@ -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.
|
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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user