]> git.pld-linux.org Git - packages/cherokee.git/commitdiff
- implement force-reload as restart (force-reload is mandatory and can restart servic...
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 5 Jan 2006 13:10:53 +0000 (13:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cherokee.init -> 1.7

cherokee.init

index 7b35d1201fb6725223158bed70f9c9543f258822..df645cf014381e6e3497f013dfc3b34b5714ccc0 100644 (file)
@@ -69,7 +69,7 @@ case "$1" in
                msg_not_running "Cherokee Web Server"
        fi
        ;;
-  restart)
+  restart|force-reload)
        $0 stop
        $0 start
        exit $?
This page took 0.111241 seconds and 4 git commands to generate.