mirror of https://github.com/apache/cloudstack.git
Use invoke-rc.d instead of service to stop tomcat.
Debian policy requires that invoke-rc.d is used. Signed-off-by: Wido den Hollander <wido@widodh.nl>
This commit is contained in:
parent
705af84141
commit
b77198def5
|
|
@ -57,7 +57,7 @@ if [ "$1" = configure ]; then
|
|||
|
||||
chmod 0640 /etc/cloudstack/management/db.properties
|
||||
chgrp cloud /etc/cloudstack/management/db.properties
|
||||
service tomcat6 stop || true
|
||||
invoke-rc.d tomcat6 stop || true
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
|
|
|||
Loading…
Reference in New Issue