We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f6d8a commit 94ca1b4Copy full SHA for 94ca1b4
hooks/logrotate
@@ -8,7 +8,7 @@ cat <<- EOF > /etc/logrotate.d/freepbx-core
8
dateext
9
notifempty
10
sharedscripts
11
- create 0640 asterisk asterisk
+ create 0664 asterisk asterisk
12
su asterisk asterisk
13
}
14
@@ -21,7 +21,7 @@ cat <<- EOF > /etc/logrotate.d/freepbx-core
21
22
23
24
25
26
27
/var/log/asterisk/core-fastagi_*.log {
@@ -31,7 +31,7 @@ cat <<- EOF > /etc/logrotate.d/freepbx-core
31
32
33
34
35
36
postrotate
37
/usr/sbin/fwconsole pm2 --reload-logs -q
0 commit comments