mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
paperless_cmd.sh: use exec to run supervisord
Without exec, signals aren't passed through properly. Stopping the container won't have any effect unless killed. closes #1616
This commit is contained in:
parent
b8e7f0b45f
commit
27906df149
1 changed files with 1 additions and 1 deletions
|
|
@ -12,4 +12,4 @@ if [ "$(id -u)" == "$(id -u paperless)" ]; then
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/usr/local/bin/supervisord -c /etc/supervisord.conf "${rootless_args[@]}"
|
exec /usr/local/bin/supervisord -c /etc/supervisord.conf "${rootless_args[@]}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue