diff --git a/python_apps/media-monitor/airtime-media-monitor-start b/python_apps/media-monitor/airtime-media-monitor-start index 084b2b1ad..2b50bb0f4 100755 --- a/python_apps/media-monitor/airtime-media-monitor-start +++ b/python_apps/media-monitor/airtime-media-monitor-start @@ -11,6 +11,7 @@ if os.geteuid() != 0: try: print "Starting daemontool script recorder" os.system("svc -u /etc/service/recorder") + os.system("svc -u /etc/service/recorder/log") except Exception, e: print "exception:" + str(e) diff --git a/python_apps/pypo/airtime-pypo-start b/python_apps/pypo/airtime-pypo-start index 9d5811638..68e323c6c 100755 --- a/python_apps/pypo/airtime-pypo-start +++ b/python_apps/pypo/airtime-pypo-start @@ -11,9 +11,11 @@ if os.geteuid() != 0: try: print "Starting daemontool script pypo" os.system("svc -u /etc/service/pypo") + os.system("svc -u /etc/service/pypo/log") print "Starting daemontool script pypo-liquidsoap" os.system("svc -u /etc/service/pypo-liquidsoap") - + os.system("svc -u /etc/service/pypo-liquidsoap/log") + except Exception, e: print "exception:" + str(e) diff --git a/python_apps/show-recorder/airtime-show-recorder-start b/python_apps/show-recorder/airtime-show-recorder-start index 084b2b1ad..2b50bb0f4 100755 --- a/python_apps/show-recorder/airtime-show-recorder-start +++ b/python_apps/show-recorder/airtime-show-recorder-start @@ -11,6 +11,7 @@ if os.geteuid() != 0: try: print "Starting daemontool script recorder" os.system("svc -u /etc/service/recorder") + os.system("svc -u /etc/service/recorder/log") except Exception, e: print "exception:" + str(e)