mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Update page (closes #1792)
@@ -12,9 +12,9 @@ _Note: Mind spaces after `=`!_
|
||||
sc create i2pdService binPath= "C:\Program Files\i2pd\i2pd.exe --daemon --service" DisplayName= "i2pd router service" obj= "NT AUTHORITY\LocalService" start= "auto"
|
||||
```
|
||||
|
||||
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 LocalService AppData 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 `С:\ProgramData\i2pd`. 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.
|
||||
|
||||
But if you place `i2pd.conf` into binary directory, it would start work in same directory where `i2pd.exe` is placed.
|
||||
But if you want to put `i2pd.conf` in the application directory, you must remove `--service` from the create service command above and it will start running in the same directory as `i2pd.exe`.
|
||||
|
||||

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