]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ferm/files/logrotate-ulogd
Add logrotate.d/ulogd
[dsa-puppet.git] / modules / ferm / files / logrotate-ulogd
diff --git a/modules/ferm/files/logrotate-ulogd b/modules/ferm/files/logrotate-ulogd
new file mode 100644 (file)
index 0000000..a6d58bf
--- /dev/null
@@ -0,0 +1,8 @@
+/var/log/ulog/*.log {
+    missingok
+    sharedscripts
+    create 640 root adm
+    postrotate
+        /etc/init.d/ulogd reload
+    endscript
+}