Files
mars-nwe/doc/debian/logrotate
Mario Fetka ec91095e49
All checks were successful
Source release / source-package (push) Successful in 37s
add init scrips to doc dir
2026-04-21 21:13:53 +02:00

10 lines
89 B
Plaintext

/var/log/mars-nwe/* {
compress
copytruncate
rotate 5
daily
missingok
notifempty
}