]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
fix arguments for register_restart_command
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 18 Dec 2014 12:52:47 +0000 (13:52 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 18 Dec 2014 12:52:47 +0000 (13:52 +0100)
bin/pvestatd

index 14abf9821a5a74775c1f8d573a7fbfe9190555bc..d0bb6fd16de2ac2709c0e6599c50a63e822ccdb8 100755 (executable)
@@ -367,7 +367,7 @@ sub run {
 }
 
 $daemon->register_start_command(__PACKAGE__);
-$daemon->register_restart_command(__PACKAGE__);
+$daemon->register_restart_command(__PACKAGE__, 1);
 $daemon->register_stop_command(__PACKAGE__);
 $daemon->register_status_command(__PACKAGE__);