Merge "Remove zuul-executor pid file on stop"

This commit is contained in:
Jenkins
2017-08-21 19:57:01 +00:00
committed by Gerrit Code Review

View File

@@ -68,6 +68,7 @@ do_start()
do_stop()
{
$DAEMON stop
rm -f /var/run/$NAME/*
return 0
}