mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Don't start ido2db-*sql
This commit is contained in:
parent
c737f18162
commit
31a49a7c95
@ -2,12 +2,6 @@
|
|||||||
|
|
||||||
set -e
|
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 () {
|
mountIcinga2webVarLog () {
|
||||||
if ! $(/bin/mount | /bin/grep -q "/vagrant/var/log"); then
|
if ! $(/bin/mount | /bin/grep -q "/vagrant/var/log"); then
|
||||||
# Remount /vagrant/var/log/ with appropriate permissions since the group apache is missing initially
|
# Remount /vagrant/var/log/ with appropriate permissions since the group apache is missing initially
|
||||||
@ -18,7 +12,6 @@ mountIcinga2webVarLog () {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
startServicesWithNonLSBCompliantExitStatusCodes
|
|
||||||
mountIcinga2webVarLog
|
mountIcinga2webVarLog
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user