diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/init.d/vyatta-router | 2 | ||||
-rw-r--r-- | etc/logrotate.d/vyatta-config-logs | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/etc/init.d/vyatta-router b/etc/init.d/vyatta-router index 4fd3f00..e10f054 100755 --- a/etc/init.d/vyatta-router +++ b/etc/init.d/vyatta-router @@ -136,7 +136,7 @@ load_bootfile () cleanup_raid() { MD_MODULES='linear multipath raid0 raid1 raid456 raid5 raid6 raid10' - rmmod $MD_MODULES > /tmp/vyatta_raid_cleanup.log 2>&1 + rmmod -s $MD_MODULES } # diff --git a/etc/logrotate.d/vyatta-config-logs b/etc/logrotate.d/vyatta-config-logs new file mode 100644 index 0000000..66cb374 --- /dev/null +++ b/etc/logrotate.d/vyatta-config-logs @@ -0,0 +1,6 @@ +/var/log/vyatta/cfg-stderr.log /var/log/vyatta/cfg-stdout.log /var/log/vyatta/vyatta-commit.log /var/log/vyatta/vyatta-config-loader.log { + nocompress + size 1M + rotate 2 + create 664 root vyattacfg +} |