mvadkert / rpms / custodia

Forked from rpms/custodia 6 years ago
Clone
Blob Blame History Raw
# /etc/systemd/system/custodia.socket

[Unit]
Description=Custodia Socket
Documentation=https://github.com/latchset/custodia

[Socket]
ListenStream=/var/run/custodia/custodia.sock
SocketUser=root
SocketGroup=root
SocketMode=0666

[Install]
WantedBy=sockets.target