diff options
Diffstat (limited to 'community/uwsgi/uwsgi.install')
-rw-r--r-- | community/uwsgi/uwsgi.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/uwsgi/uwsgi.install b/community/uwsgi/uwsgi.install index 605d7fe2d..0002ec42e 100644 --- a/community/uwsgi/uwsgi.install +++ b/community/uwsgi/uwsgi.install @@ -9,3 +9,4 @@ post_update(){ echo "\tserver touches the socket. You will also not need to specify the socket in" echo "\tthe .ini file or in the .service file. Systemd will handle listening to" echo "\tthe socket for you." +} |