##// END OF EJS Templates
Enhance cleanup by killing processes running in endpoint
Enhance cleanup by killing processes running in endpoint

Fichier de la dernière révision:

r56:ea1f8911cd69
r59:a1508536fc6e
Show More
31-logging.sh
12 lines | 280 B | application/x-sh | BashLexer
#
# 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