Created
August 4, 2017 21:41
-
-
Save tmortensen/70f7733eb6cc6fb48d95e69fdcf01340 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
module(load="imuxsock") # provides support for local system logging | |
module(load="imklog") # provides kernel logging support | |
$KLogPermitNonKernelFacility on | |
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat | |
$RepeatedMsgReduction on | |
$FileOwner syslog | |
$FileGroup adm | |
$FileCreateMode 0640 | |
$DirCreateMode 0755 | |
$Umask 0022 | |
$PrivDropToUser syslog | |
$PrivDropToGroup syslog | |
$WorkDirectory /var/spool/rsyslog | |
$IncludeConfig /etc/rsyslog.d/*.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment