Commit 0670de70 authored by Dietmar Maurer's avatar Dietmar Maurer

pvestatd: fix register_XYZ_command parameters

parent d31f8462
......@@ -368,10 +368,10 @@ sub run {
}
}
$daemon->register_start_command(__PACKAGE__);
$daemon->register_restart_command(__PACKAGE__, 1);
$daemon->register_stop_command(__PACKAGE__);
$daemon->register_status_command(__PACKAGE__);
$daemon->register_start_command();
$daemon->register_restart_command(1);
$daemon->register_stop_command();
$daemon->register_status_command();
my $cmddef = {
start => [ __PACKAGE__, 'start', []],
......
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