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
commit e498f81f3f
1 changed files with 1 additions and 0 deletions

View File

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