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:
parent
5a6f8f84bc
commit
5b459bf44b
@ -95,5 +95,5 @@ ln -s /etc/uwsgi/apps-available/radicale /etc/uwsgi/apps-enabled/radicale
|
||||
# Set proper rights
|
||||
chown -R www-data:www-data $STORAGE_ROOT/radicale
|
||||
|
||||
# Reload Radicale
|
||||
uwsgi --reload $STORAGE_ROOT/radicale/radicale.pid
|
||||
# Reload uwsgi so that Radicale starts
|
||||
service uwsgi reload
|
||||
|
Loading…
Reference in New Issue
Block a user