Fixed service execution calls
This commit is contained in:
parent
5cd15c1887
commit
fc68dfa256
5 changed files with 6 additions and 10 deletions
|
@ -50,9 +50,9 @@ class FinishSetup extends Setup {
|
|||
}
|
||||
|
||||
function startServices() {
|
||||
exec("service airtime-media-monitor start-with-monit");
|
||||
exec("service airtime-playout start-with-monit");
|
||||
exec("service airtime-liquidsoap start-with-monit");
|
||||
exec("service airtime-media-monitor start");
|
||||
exec("service airtime-playout start");
|
||||
exec("service airtime-liquidsoap start");
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue