Update page (closes #1792)

R4SAS
2022-10-09 20:47:11 +03:00
parent 1b8bb5f799
commit fc09a62f8a

@@ -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`.
![screenshot](Setting-up-i2pd-as-Windows-Service.png)