michael-o opened a new pull request, #308: URL: https://github.com/apache/commons-daemon/pull/308
Default setup: ``` 65296 root 52 0 12920 2556 S 0.0 0.0 0:00.00 jsvc: jsvc.exec[65297] 65297 ldacafe 52 0 32.7G 144M S 4.8 0.1 0:03.05 └─ /usr/local/bin/jsvc -java-home /usr/local/openjdk8 -server -user ldacafe -umask 0027 -pidfile /var/run/tomcat_scs.pid -wait 60 -outfile /usr/local/ld ``` with custom name: ``` 66310 root 52 0 12920 2556 S 0.0 0.0 0:00.00 jsvc: tomcat_scs[66311] 66311 ldacafe 52 0 32.7G 166M S 22.4 0.1 0:03.70 └─ /usr/local/bin/jsvc -java-home /usr/local/openjdk8 -server -procname tomcat_scs -user ldacafe -umask 0027 -pidfile /var/run/tomcat_scs.pid -wait 60 - ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
