PKGBUILDs/extra/uwsgi/uwsgi_at.socket

10 lines
185 B
SYSTEMD
Raw Normal View History

2014-07-16 03:06:18 +00:00
[Unit]
Description=Socket for uWSGI %I
[Socket]
# Change this to your uwsgi application port or unix socket location
ListenStream=/run/uwsgi/%I.sock
[Install]
WantedBy=sockets.target