siguldry 0.7.1

A signing server and client.
Documentation
[Unit]
Description=Siguldry client proxy

[Socket]
Accept=yes
SocketUser=siguldry
SocketGroup=siguldry
SocketMode=0660
ListenStream=%t/siguldry-client-proxy/siguldry-client-proxy.socket
# In the event that you need to provide additional users access to the socket,
# You can add a unit override snippet that includes one or more post-start
# commands that are similar to:
#
#ExecStartPost=/usr/bin/setfacl -m u:kojibuilder:rwx %t/siguldry-client-proxy/siguldry-client-proxy.socket
RemoveOnStop=true

# Maximum number of concurrent connections to allow; once the limit is reached
# additional connections will be rejected until an existing connection finishes.
MaxConnections=256

[Install]
WantedBy=sockets.target