summaryrefslogtreecommitdiff
path: root/extra/ulogd/ulogd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ulogd/ulogd.logrotate')
-rw-r--r--extra/ulogd/ulogd.logrotate10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/ulogd/ulogd.logrotate b/extra/ulogd/ulogd.logrotate
new file mode 100644
index 000000000..299e93d02
--- /dev/null
+++ b/extra/ulogd/ulogd.logrotate
@@ -0,0 +1,10 @@
+/var/log/ulogd.log /var/log/ulogd.syslogemu {
+ missingok
+ notifempty
+ sharedscripts
+ create 0640 root root
+
+ postrotate
+ systemctl kill --signal=SIGHUP ulogd.service || true
+ endscript
+}