浏览代码

qvm-start-daemon: adjust pacat pid file path

Frédéric Pierret (fepitre) 4 年之前
父节点
当前提交
e87559b318
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      qubesadmin/tools/qvm_start_daemon.py

+ 1 - 1
qubesadmin/tools/qvm_start_daemon.py

@@ -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):