mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
10 lines
139 B
Plaintext
10 lines
139 B
Plaintext
/var/log/sniproxy/*.log {
|
|
daily
|
|
copytruncate
|
|
missingok
|
|
rotate 5
|
|
compress
|
|
notifempty
|
|
create 660 root sniproxy
|
|
}
|