summarylogtreecommitdiffstats
path: root/ulogd.logrotate
diff options
context:
space:
mode:
authornfnty2016-02-24 10:11:12 +0100
committernfnty2016-02-24 10:11:12 +0100
commitd4143c6aac28cca264c1c3a620ad6985c38b723d (patch)
treed65d099cad3c5c0386f34991c6a2c4fa00328c40 /ulogd.logrotate
downloadaur-d4143c6aac28cca264c1c3a620ad6985c38b723d.tar.gz
Initial commit
Diffstat (limited to 'ulogd.logrotate')
-rw-r--r--ulogd.logrotate10
1 files changed, 10 insertions, 0 deletions
diff --git a/ulogd.logrotate b/ulogd.logrotate
new file mode 100644
index 000000000000..a747ee541aaf
--- /dev/null
+++ b/ulogd.logrotate
@@ -0,0 +1,10 @@
+/var/log/ulogd.log /var/log/ulogd.syslogemu {
+ missingok
+ notifempty
+ sharedscripts
+ create 0640 root root
+
+ postrotate
+ systemctl reload ulogd.service || true
+ endscript
+}