aboutsummaryrefslogtreecommitdiffstats
path: root/main/ulogd/ulogd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'main/ulogd/ulogd.logrotate')
-rw-r--r--main/ulogd/ulogd.logrotate4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ulogd/ulogd.logrotate b/main/ulogd/ulogd.logrotate
index 847081146ab..b6801173abf 100644
--- a/main/ulogd/ulogd.logrotate
+++ b/main/ulogd/ulogd.logrotate
@@ -1,7 +1,7 @@
-/var/log/ulogd* {
+/var/log/ulogd*.log /var/log/ulogd.json /var/log/ulogd.pcap /var/log/ulogd.sqlite3db {
missingok
sharedscripts
postrotate
- /bin/killall -HUP ulogd 2> /dev/null || true
+ busybox killall -HUP ulogd 2> /dev/null || true
endscript
}