]> git.pld-linux.org Git - packages/tomcat.git/commitdiff
- stop tomcat with -force (it will send -KILL at the end. Just to be sure.)
authorpawelz <pawelz@pld-linux.org>
Tue, 24 Nov 2009 08:37:05 +0000 (08:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-tomcat.init -> 1.16

apache-tomcat.init

index e3ae053d90249be69900bfe3e81b4472c04c076f..c55eda278ac2cd617c6c220c65aa24bb77785215 100644 (file)
@@ -51,7 +51,7 @@ stop() {
                # Stop daemons.
                msg_stopping tomcat
                busy
-               su tomcat -s /bin/sh -c '/usr/share/tomcat/bin/catalina.sh stop' >/dev/null 2>&1
+               su tomcat -s /bin/sh -c '/usr/share/tomcat/bin/catalina.sh stop -force' >/dev/null 2>&1
                [ $? -eq 0 ] && ok || fail
                rm -f /var/lock/subsys/tomcat
        else
This page took 0.125265 seconds and 4 git commands to generate.