10 lines
195 B
SYSTEMD
10 lines
195 B
SYSTEMD
[Unit]
|
|
Description=Socket for uWSGI Emperor
|
|
|
|
[Socket]
|
|
# Change this to your uwsgi application port or unix socket location
|
|
ListenStream=/run/uwsgi/emperor.sock
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|