##// END OF EJS Templates
Fixed: DEFLOCAL now works with MINBASE, author added on request
Fixed: DEFLOCAL now works with MINBASE, author added on request

Fichier de la dernière révision:

r82:d0f91512d9ca
r88:29663cdbff03
Show More
31-logging.sh
13 lines | 312 B | application/x-sh | BashLexer
#
# Setup Logging
#
# Load utility functions
. ./functions.sh
# Disable rsyslog
if [ "$ENABLE_RSYSLOG" = false ] ; then
sed -i "s|[#]*ForwardToSyslog=yes|ForwardToSyslog=no|g" "${ETCDIR}/systemd/journald.conf"
chroot_exec systemctl disable rsyslog
chroot_exec apt-get -qq -y --force-yes purge rsyslog
fi