Navigation Menu

Skip to content

Commit

Permalink
adding a missing stop_daemon call to miniond
Browse files Browse the repository at this point in the history
  • Loading branch information
zeelot committed Aug 10, 2011
1 parent d957f1d commit 1c9daf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miniond
Expand Up @@ -43,6 +43,7 @@ function handle_SIGHUP()
function handle_SIGTERM_SIGINT()
{
echo "Shutting Down"
stop_daemon
exit $ecode
}

Expand Down

0 comments on commit 1c9daf7

Please sign in to comment.