siguldry 0.6.0

An implementation of the Sigul protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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

[Install]
WantedBy=sockets.target