don't care if the livesupport-station service can not be added to
the default runlevel, or can not be started...
This commit is contained in:
parent
fe42c9bd83
commit
6cb75058f0
1 changed files with 3 additions and 3 deletions
|
@ -31,11 +31,11 @@ case "$1" in
|
||||||
--apache-group $apache_group \
|
--apache-group $apache_group \
|
||||||
--www-root $apache_docroot
|
--www-root $apache_docroot
|
||||||
# register and start the livesupport scheduler deamon
|
# register and start the livesupport scheduler deamon
|
||||||
update-rc.d livesupport-station defaults 40
|
update-rc.d livesupport-station defaults 40 || true
|
||||||
if command -v invoke-rc.d >/dev/null 2>&1 ; then
|
if command -v invoke-rc.d >/dev/null 2>&1 ; then
|
||||||
invoke-rc.d livesupport-station start
|
invoke-rc.d livesupport-station start || true
|
||||||
else
|
else
|
||||||
/etc/init.d/livesupport-station start
|
/etc/init.d/livesupport-station start || true
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue