[ https://issues.apache.org/jira/browse/DAEMON-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952795#comment-17952795 ]
Mark Thomas commented on DAEMON-439: ------------------------------------ The purpose of the PS command was to enable recreating the service so we should include all necessary parameters. If any are security sensitive (I'd argue only the password) then it should probably be masked. > 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)