diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-22 07:42:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-22 07:42:22 +0000 |
commit | d516352a45d3bae02cdf2e45f911bf284160f4e2 (patch) | |
tree | 241e942c09addefcfa2fbce5bba6d4debfaa38d0 /zabbix-logrotate.in | |
parent | f6d28d7c04688a8470e3652b1532006c2462cb21 (diff) |
automatic import of zabbix
Diffstat (limited to 'zabbix-logrotate.in')
-rw-r--r-- | zabbix-logrotate.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/zabbix-logrotate.in b/zabbix-logrotate.in new file mode 100644 index 0000000..6eeea97 --- /dev/null +++ b/zabbix-logrotate.in @@ -0,0 +1,8 @@ +/var/log/USER/zabbix_COMPONENT.log { + missingok + monthly + notifempty + compress + copytruncate + su USER USER +} |