소스 검색

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