initial commit of file from CVS for smeserver-freepbx on Sat Sep 7 20:25:35 AEST 2024
This commit is contained in:
13
root/etc/logrotate.d/freepbx
Normal file
13
root/etc/logrotate.d/freepbx
Normal file
@@ -0,0 +1,13 @@
|
||||
/var/log/freepbx/*.log {
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
delaycompress
|
||||
su asterisk asterisk
|
||||
create 660 asterisk asterisk
|
||||
postrotate
|
||||
/sbin/e-smith/service php56-php-fpm reload >/dev/null 2>&1 || true
|
||||
/sbin/e-smith/service php74-php-fpm reload >/dev/null 2>&1 || true
|
||||
endscript
|
||||
}
|
||||
|
Reference in New Issue
Block a user