]> git.pld-linux.org Git - packages/util-vserver.git/commitdiff
- comment on why restart behaves like reload
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 6 Dec 2008 17:57:45 +0000 (17:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-vserver.init -> 1.6

util-vserver.init

index 50b01137b02238a88c7b50d0205c0be5e6d9b331..1cf8fece8d14e93f94db2afd49dfaf77cf9e9d26 100644 (file)
@@ -85,6 +85,8 @@ case "$1" in
   stop)
        stop
        ;;
+# restart behaves like reload because a stop-start sequence
+# would kill all running vservers AND would not start them
   restart|reload|force-reload)
        start
        [ $? -ne 0 ] && RETVAL=7
This page took 0.102517 seconds and 4 git commands to generate.