1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00: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