Merge branch 'devel' into CC-3174
This commit is contained in:
commit
b998a04c2e
40 changed files with 354 additions and 234 deletions
|
@ -5,4 +5,14 @@
|
|||
class AirtimeMiscUpgrade{
|
||||
public static function start(){
|
||||
}
|
||||
|
||||
public static function adjustMonitCfgPermissions(){
|
||||
/* Make the read permission of Monit cfg files more strict */
|
||||
|
||||
chmod("/etc/monit/conf.d/monit-airtime-generic.cfg", 0600);
|
||||
chmod("/etc/monit/conf.d/monit-airtime-liquidsoap.cfg", 0600);
|
||||
chmod("/etc/monit/conf.d/monit-airtime-media-monitor.cfg", 0600);
|
||||
chmod("/etc/monit/conf.d/monit-airtime-playout.cfg", 0600);
|
||||
chmod("/etc/monit/conf.d/monit-airtime-rabbitmq-server.cfg", 0600);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue