From fc09a62f8ab9cc30188053d562dd5283db622bae Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sun, 9 Oct 2022 20:47:11 +0300 Subject: [PATCH] Update page (closes #1792) --- Setting-up-i2pd-as-Windows-Service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setting-up-i2pd-as-Windows-Service.md b/Setting-up-i2pd-as-Windows-Service.md index f47bb63..58e61ab 100644 --- a/Setting-up-i2pd-as-Windows-Service.md +++ b/Setting-up-i2pd-as-Windows-Service.md @@ -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)