* added a logrotate unit file at standart /etc/logrotate.d/ * shiststemd file unit go to PREFIX/lib/systemd/system/ * systvinit file unit goes to PREFIX/../etc/init.d/ * openrc alpine based unit file goes to /etc/init.d/ but not provided due sysvinit
6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
/var/log/multicraft*.log {
|
|
copytruncate
|
|
notifempty
|
|
missingok
|
|
}
|