mpExperienceMsg: put client process as non-daemon

This commit is contained in:
Quentin De Coninck 2017-01-09 16:06:38 +01:00
parent d56a6542a8
commit 083b1b9032

View File

@ -50,7 +50,7 @@ class MpExperienceMsg(MpExperience):
def getSiriClientCmd(self): def getSiriClientCmd(self):
s = "python3 " + os.path.dirname(os.path.abspath(__file__)) + \ s = "python3 " + os.path.dirname(os.path.abspath(__file__)) + \
"/msg_client.py &>" + MpExperienceMsg.CLIENT_LOG + "&" "/msg_client.py &>" + MpExperienceMsg.CLIENT_LOG
print(s) print(s)
return s return s