Skip to content

Commit

Permalink
Ensure Daemon::Control exit status is used
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Jul 23, 2014
1 parent c436d35 commit 5acc54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/daemon-control.pl
Expand Up @@ -61,4 +61,4 @@
user => $user,
};

Daemon::Control->new($args)->run;
exit Daemon::Control->new($args)->run;

0 comments on commit 5acc54d

Please sign in to comment.