File: //proc/self/root/usr/lib/systemd/system/cockpit-wsinstance-https-factory.socket
[Unit]
Description=Socket for Cockpit Web Service https instance factory
Documentation=man:cockpit-ws(8)
BindsTo=cockpit.service
# ensure our DynamicUser exists
Requires=cockpit-wsinstance-socket-user.service
After=cockpit-wsinstance-socket-user.service
[Socket]
ListenStream=/run/cockpit/wsinstance/https-factory.sock
Accept=yes
SocketUser=root
SocketGroup=cockpit-wsinstance-socket
SocketMode=0660
RemoveOnStop=yes