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.logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ulogd/ulogd.logrotate b/main/ulogd/ulogd.logrotate
index 847081146a..463e757ba5 100644
--- a/main/ulogd/ulogd.logrotate
+++ b/main/ulogd/ulogd.logrotate
@@ -2,6 +2,6 @@
missingok
sharedscripts
postrotate
- /bin/killall -HUP ulogd 2> /dev/null || true
+ killall -HUP ulogd 2> /dev/null || true
endscript
}