Runner service windows acd update#1813
Merged
fdevans merged 6 commits intoJun 3, 2026
Merged
Conversation
…ent, //IS//runner syntax, LogLevel=Info, Jvm=auto, PID-scoped stop-runner.bat via cmd.exe (replacing bare TASKKILL), runner.pid, and stop/conhost troubleshooting notes
…on before rename; architecture-mismatch error after rename, referencing runner.exe), remove the TASKKILL warning, and add the missing line-continuation caret to --JvmMs=1024
Contributor
Author
fdevans
approved these changes
Jun 3, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Windows “Runner as a service” documentation to reflect newer Apache Commons Daemon (procrun) usage, including 64-bit binary selection, improved stop behavior via a PID-based stop script, and updated JVM defaults.
Changes:
- Added guidance/warnings for using the correct 64-bit
prunsrv.exewith 64-bit JDK/JREs. - Introduced a PID-based
stop-runner.batand updated the procrun install command (including higher default-Xmx). - Added additional notes/troubleshooting tips and updated example output.
Comments suppressed due to low confidence (1)
docs/learning/howto/runner-service-windows.md:178
- The command sets
--LogLevel=Info, but the sample output includes[debug]entries. Either set--LogLevel=Debugor update the example logs to match theInfolevel to avoid confusing readers.
[2023-10-04 13:12:51] [info] ( prunsrv.c:2018) [ 5164] Apache Commons Daemon procrun (1.5.1.0 64-bit) started.
[2023-10-04 13:12:51] [debug] ( prunsrv.c:774 ) [ 5164] Installing service...
[2023-10-04 13:12:51] [info] ( prunsrv.c:831 ) [ 5164] Installing service 'runner' name 'Runner'.
[2023-10-04 13:12:51] [debug] ( prunsrv.c:865 ) [ 5164] Setting service user 'LocalSystem'.
[2023-10-04 13:12:51] [info] ( prunsrv.c:882 ) [ 5164] Service 'runner' installed.
fdevans
requested changes
Jun 3, 2026
Contributor
fdevans
left a comment
There was a problem hiding this comment.
Lets' address the CoPilot feedback then I can approve and merge
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
jgarces-pd
commented
Jun 3, 2026
Contributor
Author
jgarces-pd
left a comment
There was a problem hiding this comment.
most of the suggestions are not true, except using "bat" as markdown code block language
fdevans
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Apache Commons Daemon Installation, which includes important information like: