Gregory Kotsaftis created DAEMON-439:
----------------------------------------
Summary: 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
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.1#820001)