Don't start ido2db-*sql

This commit is contained in:
Alexander Klimov 2014-11-25 15:24:32 +01:00
parent c737f18162
commit 31a49a7c95
1 changed files with 0 additions and 7 deletions

View File

@ -2,12 +2,6 @@
set -e
startServicesWithNonLSBCompliantExitStatusCodes () {
# Unfortunately the ido2db init script is not LSB compliant and hence not started via puppet
service ido2db-mysql start || true
service ido2db-pgsql start || true
}
mountIcinga2webVarLog () {
if ! $(/bin/mount | /bin/grep -q "/vagrant/var/log"); then
# Remount /vagrant/var/log/ with appropriate permissions since the group apache is missing initially
@ -18,7 +12,6 @@ mountIcinga2webVarLog () {
fi
}
startServicesWithNonLSBCompliantExitStatusCodes
mountIcinga2webVarLog
exit 0