diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-10-06 07:19:06 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-10-06 07:19:06 +0000 |
commit | fc787e8f39e919ca99c1912a63642c4ee9947408 (patch) | |
tree | 5035e7c551afd4e222add87411793a0a58a153f6 /community/sniproxy/sniproxy.logrotate | |
parent | e3c14b289b1ffb4d886227bbd00295afb23eb51b (diff) | |
download | aports-fc787e8f39e919ca99c1912a63642c4ee9947408.tar.bz2 aports-fc787e8f39e919ca99c1912a63642c4ee9947408.tar.xz |
community/sniproxy: moved from main
Diffstat (limited to 'community/sniproxy/sniproxy.logrotate')
-rw-r--r-- | community/sniproxy/sniproxy.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/sniproxy/sniproxy.logrotate b/community/sniproxy/sniproxy.logrotate new file mode 100644 index 0000000000..f524c27a13 --- /dev/null +++ b/community/sniproxy/sniproxy.logrotate @@ -0,0 +1,9 @@ +/var/log/sniproxy/*.log { + daily + copytruncate + missingok + rotate 5 + compress + notifempty + create 660 root sniproxy +} |