preparation conversion rst

This commit is contained in:
m 2024-08-10 10:48:13 -04:00 committed by GitHub
parent f9c371542a
commit 3e93bd58b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,7 @@ See the below example.
`qrexec-policy-agent` is the program that handles "ask" prompts for Qubes RPC calls.
It is a good example of an application that:
* Uses Python and asyncio.
* Runs as a daemon, to save some overhead on starting process.
* Runs as a normal user.