Added supervisor/logrotate and startup dirs use symlinks
This commit is contained in:
10
logrotate.d/sbbsecho
Normal file
10
logrotate.d/sbbsecho
Normal file
@@ -0,0 +1,10 @@
|
||||
/opt/sbbs/data/*.log {
|
||||
daily
|
||||
compress
|
||||
rotate 31
|
||||
dateext
|
||||
olddir /opt/sbbs/data/old
|
||||
missingok
|
||||
createolddir 775 root root
|
||||
notifempty
|
||||
}
|
Reference in New Issue
Block a user