1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-20 18:27:23 +01:00

Reload uwsgi service instead of uwsgi directly

This commit is contained in:
Joel Kåberg
2016-05-22 03:55:02 +02:00
parent 5a6f8f84bc
commit 5b459bf44b

View File

@@ -95,5 +95,5 @@ ln -s /etc/uwsgi/apps-available/radicale /etc/uwsgi/apps-enabled/radicale
# Set proper rights # Set proper rights
chown -R www-data:www-data $STORAGE_ROOT/radicale chown -R www-data:www-data $STORAGE_ROOT/radicale
# Reload Radicale # Reload uwsgi so that Radicale starts
uwsgi --reload $STORAGE_ROOT/radicale/radicale.pid service uwsgi reload