Browse Source

Remove syslog files when turning off logging

Bob Mottram 7 years ago
parent
commit
541bb3d699
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-logging

+ 1
- 0
src/freedombone-logging View File

@@ -114,6 +114,7 @@ function turn_off_rsys_logging {
114 114
     $REMOVE_FILES_COMMAND /var/log/daemon.*
115 115
     $REMOVE_FILES_COMMAND /var/log/user.*
116 116
     $REMOVE_FILES_COMMAND /var/log/messages*
117
+    $REMOVE_FILES_COMMAND /var/log/syslog*
117 118
 }
118 119
 
119 120
 function turn_on_rsys_logging {