CC-2325: no audio after running airtime-pypo-stop/start
-seems to work after re-enabling multilog.
This commit is contained in:
parent
03fae770e5
commit
4eb8a7f394
3 changed files with 5 additions and 1 deletions
|
@ -11,6 +11,7 @@ if os.geteuid() != 0:
|
||||||
try:
|
try:
|
||||||
print "Starting daemontool script recorder"
|
print "Starting daemontool script recorder"
|
||||||
os.system("svc -u /etc/service/recorder")
|
os.system("svc -u /etc/service/recorder")
|
||||||
|
os.system("svc -u /etc/service/recorder/log")
|
||||||
|
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print "exception:" + str(e)
|
print "exception:" + str(e)
|
||||||
|
|
|
@ -11,9 +11,11 @@ if os.geteuid() != 0:
|
||||||
try:
|
try:
|
||||||
print "Starting daemontool script pypo"
|
print "Starting daemontool script pypo"
|
||||||
os.system("svc -u /etc/service/pypo")
|
os.system("svc -u /etc/service/pypo")
|
||||||
|
os.system("svc -u /etc/service/pypo/log")
|
||||||
|
|
||||||
print "Starting daemontool script pypo-liquidsoap"
|
print "Starting daemontool script pypo-liquidsoap"
|
||||||
os.system("svc -u /etc/service/pypo-liquidsoap")
|
os.system("svc -u /etc/service/pypo-liquidsoap")
|
||||||
|
os.system("svc -u /etc/service/pypo-liquidsoap/log")
|
||||||
|
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print "exception:" + str(e)
|
print "exception:" + str(e)
|
||||||
|
|
|
@ -11,6 +11,7 @@ if os.geteuid() != 0:
|
||||||
try:
|
try:
|
||||||
print "Starting daemontool script recorder"
|
print "Starting daemontool script recorder"
|
||||||
os.system("svc -u /etc/service/recorder")
|
os.system("svc -u /etc/service/recorder")
|
||||||
|
os.system("svc -u /etc/service/recorder/log")
|
||||||
|
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print "exception:" + str(e)
|
print "exception:" + str(e)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue