7f33221139
The vlogconf command syntax was wrong. The pidfile also didn't contain the right pid (which was fixed in the previous commit).
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
/var/log/openflow/secchan.log {
|
|
daily
|
|
compress
|
|
create 640 root adm
|
|
delaycompress
|
|
missingok
|
|
rotate 30
|
|
postrotate
|
|
vlogconf --target /var/run/secchan.pid --reopen
|
|
endscript
|
|
}
|