summaryrefslogtreecommitdiffstats
path: root/smartproxy/ipa-smartproxy.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'smartproxy/ipa-smartproxy.logrotate')
-rw-r--r--smartproxy/ipa-smartproxy.logrotate11
1 files changed, 0 insertions, 11 deletions
diff --git a/smartproxy/ipa-smartproxy.logrotate b/smartproxy/ipa-smartproxy.logrotate
deleted file mode 100644
index 12e25164c..000000000
--- a/smartproxy/ipa-smartproxy.logrotate
+++ /dev/null
@@ -1,11 +0,0 @@
-/var/log/ipa-smartproxy.access /var/log/ipa-smartproxy.errors {
- weekly
- missingok
- notifempty
- sharedscripts
- rotate 52
- compress
- postrotate
- /bin/systemctl reload ipa-smartproxy.service > /dev/null 2>/dev/null || true
- endscript
-}