qvm-start-daemon: adjust pacat pid file path

Este commit está contenido en:
Frédéric Pierret (fepitre) 2020-04-07 23:12:09 +02:00
padre e39f280405
commit e87559b318
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 484010B5CDC576E2

Ver fichero

@ -273,7 +273,7 @@ class DAEMONLauncher:
@staticmethod @staticmethod
def pacat_pidfile(xid): def pacat_pidfile(xid):
"""Helper function to construct an AUDIO pidfile path""" """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 @asyncio.coroutine
def start_gui_for_vm(self, vm, monitor_layout=None): def start_gui_for_vm(self, vm, monitor_layout=None):