summarylogtreecommitdiffstats
path: root/poldi.logrotate
diff options
context:
space:
mode:
authorAdrien Oliva2019-04-10 14:32:19 +0200
committerAdrien Oliva2019-04-10 14:32:19 +0200
commite36eda36b7cb049f647d33ad888a428dcb323e89 (patch)
treec6447d41ba01cc56b05b91b0c8d80e7fe924feb5 /poldi.logrotate
downloadaur-e36eda36b7cb049f647d33ad888a428dcb323e89.tar.gz
Initial package creation
Based on Poldi-git package with additional patch to enable support of ECC and DSA public keys. Tested with a Nitrokey Start smartcard and a ECC ed25519 key.
Diffstat (limited to 'poldi.logrotate')
-rw-r--r--poldi.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/poldi.logrotate b/poldi.logrotate
new file mode 100644
index 000000000000..9240a79a20c5
--- /dev/null
+++ b/poldi.logrotate
@@ -0,0 +1,9 @@
+/var/log/poldi.log {
+ weekly
+ rotate 4
+ missingok
+ notifempty
+ compress
+ copytruncate
+}
+