Skip to content

Commit

Permalink
Merge pull request #270 from ritza-co/update-win-service-wrapper-2
Browse files Browse the repository at this point in the history
DOCS-225 change file location, windows-service-installation
  • Loading branch information
sixhobbits authored Jan 15, 2024
2 parents cdf4c3e + 93320d5 commit fd99a50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ The `agent_local.log` file will be created under the current working directory.

If the service doesn’t start, it is generally because it can’t read the `d42config.json` file.

It should either live under `c:\opt\device42`, or `%windir%\system32` (`sc` reads from the system folder by default, so for any non-standard location, this is where the file needs to be).
It should live under `$ProgramData\Device42` or `%windir%\system32` (`sc` reads from the system folder by default, so for any non-standard location, this is where the file needs to be).

Another issue might be that the format or the values are incorrect.

0 comments on commit fd99a50

Please sign in to comment.