summaryrefslogtreecommitdiff
path: root/community/ulogd/ulogd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community/ulogd/ulogd.logrotate')
-rw-r--r--community/ulogd/ulogd.logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ulogd/ulogd.logrotate b/community/ulogd/ulogd.logrotate
index 312c71acb..299e93d02 100644
--- a/community/ulogd/ulogd.logrotate
+++ b/community/ulogd/ulogd.logrotate
@@ -5,6 +5,6 @@
create 0640 root root
postrotate
- [ -e /var/run/ulogd.pid ] && /etc/rc.d/ulogd restart > /dev/null
+ systemctl kill --signal=SIGHUP ulogd.service || true
endscript
}