##// END OF EJS Templates
Fixed: Disable RPi2/3 under-volt warnings
Fixed: Disable RPi2/3 under-volt warnings

Fichier de la dernière révision:

r94:2ce085c56493
r132:7274c6a5ff6a
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