Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Comcast/talaria
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabass committed Nov 21, 2017
2 parents 810a132 + 68a5716 commit af58401
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/init.d/talaria
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ start() {

stop() {
echo -n $"Stopping talaria: "
killproc supervisord
kill $(cat /var/run/talaria.pid)
RETVAL=$?
rm -f /var/run/talaria.pid
echo
[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/talaria
}
Expand Down

0 comments on commit af58401

Please sign in to comment.