qvm-start-daemon: adjust pacat pid file path
这个提交包含在:
父节点
e39f280405
当前提交
e87559b318
@ -273,7 +273,7 @@ class DAEMONLauncher:
|
||||
@staticmethod
|
||||
def pacat_pidfile(xid):
|
||||
"""Helper function to construct an AUDIO pidfile path"""
|
||||
return '/var/run/qubes/pacat-running.{}'.format(xid)
|
||||
return '/var/run/qubes/pacat.{}'.format(xid)
|
||||
|
||||
@asyncio.coroutine
|
||||
def start_gui_for_vm(self, vm, monitor_layout=None):
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户