diff --git a/debian/welco.service b/debian/welco.service index e4ae3ca..b2c3549 100644 --- a/debian/welco.service +++ b/debian/welco.service @@ -7,7 +7,7 @@ Wants=postgresql.service Environment=WELCO_SETTINGS_FILE=/usr/lib/%p/debian_config.py User=%p Group=%p -ExecStartPre=/usr/bin/welco-manage migrate_schemas --noinput +ExecStartPre=/usr/bin/welco-manage migrate_schemas --noinput --verbosity 1 ExecStartPre=/usr/bin/welco-manage collectstatic --noinput ExecStart=/usr/bin/gunicorn \ --bind unix:/run/%p/%p.sock \