1[Unit]
2Description=Xpra Socket
3PartOf=xpra.service
4
5[Socket]
6#this doesn't work because of SELinux AVC denials:
7ListenStream=14500
8ListenStream=/run/xpra/system
9#this is not handled yet:
10#ListenStream=vsock:x:y
11SocketUser=root
12SocketGroup=xpra
13PassCredentials=true
14
15[Install]
16WantedBy=sockets.target
17