12 lines
144 B
Plaintext
12 lines
144 B
Plaintext
/var/log/cloud-init*.log
|
|
{
|
|
su root root
|
|
missingok
|
|
nocreate
|
|
notifempty
|
|
rotate 6
|
|
compress
|
|
delaycompress
|
|
size 1M
|
|
}
|