cc-2055: switch to init.d

-media monitor is now started on upgrade scripts
-make sure /var/log dirs are properly cleaned up
This commit is contained in:
martin 2011-06-08 13:28:19 -04:00
parent 50ff1984f2
commit a95d08c9be
2 changed files with 4 additions and 3 deletions

View file

@ -96,7 +96,8 @@ passthru("python ".__DIR__."/../python_apps/pypo/install/pypo-install.py");
echo PHP_EOL."*** Updating Recorder ***".PHP_EOL;
passthru("python ".__DIR__."/../python_apps/show-recorder/install/recorder-install.py");
echo PHP_EOL."*** Starting Media Monitor ***".PHP_EOL;
passthru("python ".__DIR__."/../python_apps/media-monitor/install/media-monitor-install.py");
echo "******************************* Update Complete *******************************".PHP_EOL;