The README has some basic installation instructions which I hope will be enough for me to recreate this when I need to.
8 lines
131 B
SYSTEMD
8 lines
131 B
SYSTEMD
[Unit]
|
|
Description=thinkserver gunicorn socket
|
|
|
|
[Socket]
|
|
ListenStream=/run/think_something.sock
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|