##// END OF EJS Templates
Updated: Moved fstab stuff to new file 14-fstab.sh
Updated: Moved fstab stuff to new file 14-fstab.sh

Fichier de la dernière révision:

r94:2ce085c56493
r141:c9fa0b77637b
Show More
31-logging.sh
13 lines | 313 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" "${ETC_DIR}/systemd/journald.conf"
chroot_exec systemctl disable rsyslog
chroot_exec apt-get -qq -y --force-yes purge rsyslog
fi