##// END OF EJS Templates
Added to README: Understanding the script
Added to README: Understanding the script

Fichier de la dernière révision:

r56:ea1f8911cd69
r64:80185bd93dd9
Show More
31-logging.sh
12 lines | 280 B | application/x-sh | BashLexer
Filip Pytloun
Refactor: split bootstrap actions and allow custom
r56 #
# Setup logging
#
. ./functions.sh
# Disable rsyslog
if [ "$ENABLE_RSYSLOG" = false ]; then
sed -i 's|[#]*ForwardToSyslog=yes|ForwardToSyslog=no|g' $R/etc/systemd/journald.conf
chroot_exec systemctl disable rsyslog
chroot_exec apt-get purge -q -y --force-yes rsyslog
fi