Fixed service execution calls

This commit is contained in:
Duncan Sommerville 2015-01-05 11:16:58 -05:00
parent 5cd15c1887
commit fc68dfa256
5 changed files with 6 additions and 10 deletions

View file

@ -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");
}
}