cmcfarlen commented on code in PR #10908: URL: https://github.com/apache/trafficserver/pull/10908#discussion_r1423236615
########## rc/trafficserver.in: ########## @@ -248,7 +248,7 @@ do_stop() # 1 if daemon was already stopped # 2 if daemon could not be stopped # other if a failure occurred - start-stop-daemon --stop --quiet --retry=QUIT/30/KILL/5 --pidfile $TS_PIDFILE --name $TS_NAME + start-stop-daemon --stop --quiet --retry=QUIT/30/KILL/5 --pidfile $TS_PIDFILE --name '[TS_MAIN]' Review Comment: Perhaps this could fix the default value of the `TS_NAME` variable above rather than hardcode this here? -- 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]
