[ https://issues.apache.org/jira/browse/DAEMON-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952685#comment-17952685 ]
Jean-Frederic Clere edited comment on DAEMON-439 at 5/19/25 4:37 PM: --------------------------------------------------------------------- Looking to the logic: The APXCMDOPT_SRV options are not displayed with //PS// only the registry is read. The APXCMDOPT_SRV options belong to the service itself, only Startup and DependsOn make sense to change, probably ServiceUser/ServicePassword should NOT be displayed. None of those are displayed for the moment. was (Author: jfclere): Looking to the logic: The APXCMDOPT_SRV options are not displayed with //PS// only the registry is read. The APXCMDOPT_SRV options belong to the service itself, only Startup and DependsOn make sense to change, probably ServiceUser/ServicePassword should NOT be displayed. > prunsrv '--Startup=delayed' sets manual mode instead > ---------------------------------------------------- > > Key: DAEMON-439 > URL: https://issues.apache.org/jira/browse/DAEMON-439 > Project: Commons Daemon > Issue Type: Bug > Components: prunsrv > Affects Versions: 1.2.4 > Reporter: Gregory Kotsaftis > Priority: Minor > > Trying to replace AUTO for DELAYED in my long used custom service > installation script, defaults to MANUAL. It seems auto and manual are set as > expected but delayed is never set! > c:\prunsrv.exe //IS//MyServer --DisplayName="My Server" --Description="My > application server" --Install="c:\prunsrv.exe" --Startup=delayed > --StartMode=exe --StartImage="c:\app\myexe.exe" --StartPath="c:\app" > --StartParams=start --StopMode=exe --StopImage="c:\app\myexe.exe" > --StopPath="c:\app" --StopParams=stop --LogPath="c:\app" --LogPrefix=myserver > --LogLevel=info --StdOutput=auto --StdError=auto -- This message was sent by Atlassian Jira (v8.20.10#820010)