diff options
author | ghtm2 <98537985+ghtm2@users.noreply.github.com> | 2022-06-28 14:18:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 14:18:50 +0200 |
commit | c11d23e849a4e435e684c2a9ac46a9583d65082b (patch) | |
tree | c8f761e3780b5e336e9e6a3db0f0995b3d4a7700 /centos/sources/rspamd.logrotate.systemd | |
parent | b28285a3037663f504a75816f18beb8a67d8c8ed (diff) | |
download | rspamd-c11d23e849a4e435e684c2a9ac46a9583d65082b.tar.gz rspamd-c11d23e849a4e435e684c2a9ac46a9583d65082b.zip |
Rename rspamd.logrotate.systemd to rspamd.logrotate
Diffstat (limited to 'centos/sources/rspamd.logrotate.systemd')
-rw-r--r-- | centos/sources/rspamd.logrotate.systemd | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/centos/sources/rspamd.logrotate.systemd b/centos/sources/rspamd.logrotate.systemd deleted file mode 100644 index ea1b02d7c..000000000 --- a/centos/sources/rspamd.logrotate.systemd +++ /dev/null @@ -1,11 +0,0 @@ -/var/log/rspamd/*log { - daily - rotate 10 - missingok - notifempty - compress - sharedscripts - postrotate - systemctl --signal=USR1 --kill-who=main kill rspamd.service 2>/dev/null || : - endscript -} |