Add initial project structure and configuration files
This commit is contained in:
parent
bc40d93d37
commit
988d131c49
13 changed files with 688 additions and 20 deletions
11
tools/systemd/panso.socket
Normal file
11
tools/systemd/panso.socket
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Panso Socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=/run/panso/panso.sock
|
||||
SocketUser=panso
|
||||
SocketGroup=panso
|
||||
SocketMode=0660
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue