mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-16 18:50:20 +00:00
Use exec for supervisord replace process and propagate signals
Signed-off-by: Apoorv Parle <19315187+apparle@users.noreply.github.com>
This commit is contained in:
parent
a0e4201955
commit
e28d0516f5
1 changed files with 1 additions and 1 deletions
|
|
@ -366,4 +366,4 @@ caddy fmt --overwrite /Caddyfile
|
||||||
chmod 777 /root
|
chmod 777 /root
|
||||||
|
|
||||||
# Start supervisord
|
# Start supervisord
|
||||||
/usr/bin/supervisord -c /supervisord.conf
|
exec /usr/bin/supervisord -c /supervisord.conf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue