Major Refactoring, Client can now be used as a library
Some checks failed
Build (artifact) / build (push) Failing after 1m3s
Some checks failed
Build (artifact) / build (push) Failing after 1m3s
This commit is contained in:
12
systemd/certman.socket
Normal file
12
systemd/certman.socket
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=certman hook daemon socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=/run/certman.sock
|
||||
SocketUser=root
|
||||
SocketGroup=certsock
|
||||
SocketMode=0660
|
||||
RemoveOnStop=true
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
||||
Reference in New Issue
Block a user