]> git.proxmox.com Git - pve-common.git/commitdiff
improve doc
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 20 Dec 2014 08:59:42 +0000 (09:59 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 20 Dec 2014 08:59:42 +0000 (09:59 +0100)
data/PVE/Daemon.pm

index 538ecaf3532dd94ebad70d26b4f372872766ba41..279a78c1f36fce16394c9b06b3b9bba6963061c2 100644 (file)
@@ -6,7 +6,9 @@ package PVE::Daemon;
 # * lock and write PID file /var/run/$name.pid to make sure onyl
 #   one instance is running.
 # * correctly daemonize (redirect STDIN/STDOUT)
 # * lock and write PID file /var/run/$name.pid to make sure onyl
 #   one instance is running.
 # * correctly daemonize (redirect STDIN/STDOUT)
-# * daemon restart (option 'restart_on_error')
+# * restart by stop/start, exec, or signal HUP
+# * daemon restart on error (option 'restart_on_error')
+#
 
 use strict;
 use warnings;
 
 use strict;
 use warnings;