rip Docker, long live systemd
This commit is contained in:
parent
b7116cb13f
commit
7c4bb9acca
15 changed files with 184 additions and 201 deletions
11
tools/systemd/ttvdrops.socket
Normal file
11
tools/systemd/ttvdrops.socket
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=TTVDrops Socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=/run/ttvdrops/ttvdrops.sock
|
||||
SocketUser=ttvdrops
|
||||
SocketGroup=ttvdrops
|
||||
SocketMode=0660
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue