Skip to content

Commit e8b88f4

Browse files
authored
Merge pull request #54 from docwhat/patch-1
ensure supervisord is PID 1
2 parents 2416e61 + 10361ab commit e8b88f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if [ ! -e /.initialized_user ] && [ ! -z "$AFP_LOGIN" ] && [ ! -z "$AFP_PASSWORD
77
touch /.initialized_user
88
fi
99

10-
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
10+
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf

0 commit comments

Comments
 (0)