diff options
Diffstat (limited to 'community/uwsgi/emperor.uwsgi.socket')
-rw-r--r-- | community/uwsgi/emperor.uwsgi.socket | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/uwsgi/emperor.uwsgi.socket b/community/uwsgi/emperor.uwsgi.socket new file mode 100644 index 000000000..3ef78a25c --- /dev/null +++ b/community/uwsgi/emperor.uwsgi.socket @@ -0,0 +1,9 @@ +[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 |