Add a "reload" option to the initscript.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 25 Aug 2008 00:03:16 +0000 (10:03 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 25 Aug 2008 00:03:16 +0000 (10:03 +1000)
config/ctdb.init

index 72de84d08245c8f93ea165b1395244ab1955c4ed..2fe1185e312e5f184dfb6325dd7f97a624276cf5 100755 (executable)
@@ -188,7 +188,7 @@ case "$1" in
   stop)
        stop
        ;;
-  restart)
+  restart|reload)
        restart
        ;;
   status)