mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-11-20 11:52:54 -05:00
Merge branch 'pr/1522'
This commit is contained in:
commit
a595faa4e6
1 changed files with 1 additions and 3 deletions
|
|
@ -222,9 +222,7 @@ Here is the server code:
|
||||||
socket_path = '/var/run/qubes/policy-agent.sock'
|
socket_path = '/var/run/qubes/policy-agent.sock'
|
||||||
service = SocketService(socket_path)
|
service = SocketService(socket_path)
|
||||||
|
|
||||||
loop = asyncio.get_event_loop()
|
asyncio.run(service.run())
|
||||||
loop.run_until_complete(service.run())
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue