Skip to content

Commit

Permalink
fix supervisord.conf, no such user "dummy"
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Li <xin.li@hedera.com>
  • Loading branch information
xin-hedera committed Feb 16, 2022
1 parent bd03546 commit 0105c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hedera-mirror-rosetta/build/supervisord-offline.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nodaemon=true ; start in foreground if true; default false

[unix_http_server]
file=/tmp/supervisor.sock
chown=dummy
chown=nobody:nogroup

[supervisorctl]
serverurl=unix:///tmp/supervisor.sock
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-rosetta/build/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nodaemon=true ; start in foreground if true; default false

[unix_http_server]
file=/tmp/supervisor.sock
chown=dummy
chown=nobody:nogroup

[supervisorctl]
serverurl=unix:///tmp/supervisor.sock
Expand Down

0 comments on commit 0105c06

Please sign in to comment.