Remove syslog files when turning off logging
This commit is contained in:
parent
869aba1181
commit
541bb3d699
|
@ -114,6 +114,7 @@ function turn_off_rsys_logging {
|
||||||
$REMOVE_FILES_COMMAND /var/log/daemon.*
|
$REMOVE_FILES_COMMAND /var/log/daemon.*
|
||||||
$REMOVE_FILES_COMMAND /var/log/user.*
|
$REMOVE_FILES_COMMAND /var/log/user.*
|
||||||
$REMOVE_FILES_COMMAND /var/log/messages*
|
$REMOVE_FILES_COMMAND /var/log/messages*
|
||||||
|
$REMOVE_FILES_COMMAND /var/log/syslog*
|
||||||
}
|
}
|
||||||
|
|
||||||
function turn_on_rsys_logging {
|
function turn_on_rsys_logging {
|
||||||
|
|
Loading…
Reference in New Issue