mpExperienceMsg: put client process as non-daemon
This commit is contained in:
parent
d56a6542a8
commit
083b1b9032
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user