Skip to content

Commit

Permalink
Silence supervisord running as root message
Browse files Browse the repository at this point in the history
  • Loading branch information
jcormier committed Sep 7, 2021
1 parent 96848b6 commit d153a68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/build/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ EOF
# https://github.com/Supervisor/supervisor/issues/717
sed -i '/\.sock/a password=dummy' /etc/supervisor/supervisord.conf
sed -i '/\.sock/a username=dummy' /etc/supervisor/supervisord.conf
# silence "CRIT Supervisor is running as root." message
sed -i '/\[supervisord\]/a user=root' /etc/supervisor/supervisord.conf

# update ImageMagick policy to allow PDF read for thumbnail generation.
# https://github.com/sameersbn/docker-redmine/pull/421
Expand Down

0 comments on commit d153a68

Please sign in to comment.