Commit 2b4654ab authored by Dietmar Maurer's avatar Dietmar Maurer

fix arguments for register_restart_command

parent dd96ede0
...@@ -367,7 +367,7 @@ sub run { ...@@ -367,7 +367,7 @@ sub run {
} }
$daemon->register_start_command(__PACKAGE__); $daemon->register_start_command(__PACKAGE__);
$daemon->register_restart_command(__PACKAGE__); $daemon->register_restart_command(__PACKAGE__, 1);
$daemon->register_stop_command(__PACKAGE__); $daemon->register_stop_command(__PACKAGE__);
$daemon->register_status_command(__PACKAGE__); $daemon->register_status_command(__PACKAGE__);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment