add config for systemd
This commit is contained in:
parent
a5e75b3dca
commit
14f1c5addc
3 changed files with 26 additions and 1 deletions
11
subscribe-list.socket
Normal file
11
subscribe-list.socket
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=subscribe-list socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=/run/subscribe-list.socket
|
||||
SocketMode=0660
|
||||
SocketUser=www-data
|
||||
SocketGroup=www-data
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
||||
Reference in a new issue