This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# remove-rsyslog -- remove rsyslog and its log files | |
# | |
# As of Debian 10, rsyslog exists mainly for backwards compatibility reasons, | |
# and it is not required for the base system to operate. If you do not require | |
# this backwards compatibility, you can use this script to remove rsyslog and | |
# all of its redundant log files from your system. | |
# | |
systemctl disable --now rsyslog.service |