mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 17:22:07 +01:00
Upgrade to 0.18.1. Modify init.d script to use variables for home/config dir. Modify logrotate file to specify monthly rotation.
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
/var/log/step-ca/step-ca.err /var/log/step-ca/step-ca.log {
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
monthly
|
|
notifempty
|
|
}
|