Remove start service by the socket

This commit is contained in:
Josué Tille
2018-11-30 22:33:28 +01:00
parent ad64328a68
commit c8b399afaa
7 changed files with 8 additions and 23 deletions

View File

@@ -101,6 +101,5 @@ yunohost service add "uwsgi-app@$app.service" --log "/var/log/uwsgi/app/$app"
# RELOAD NGINX AND PHP-FPM
#=================================================
systemctl start "uwsgi-app@$app.socket"
systemctl start "uwsgi-app@$app.service"
systemctl reload nginx