Added supervisor/logrotate and startup dirs use symlinks

This commit is contained in:
Deon George
2019-08-14 20:56:48 +10:00
parent 3d0236736d
commit 5dcdfd0705
4 changed files with 33 additions and 9 deletions

10
logrotate.d/sbbsecho Normal file
View 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
}