Skip to content

Commit

Permalink
[misc] ad hoc make auth start after app (#1643)
Browse files Browse the repository at this point in the history
Co-authored-by: Fenrir <[email protected]>
  • Loading branch information
IJtLJZ8Rm4Yr and fenrir-z authored Mar 16, 2023
1 parent 0a2dd87 commit f6ccccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ymir/backend/deploy/supervisor/conf.d/ymir_service.ini
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ startsecs=50

[program:auth]
directory=/app/ymir_auth
command=/bin/bash -c "sh prestart.sh && sh start.sh"
command=/bin/bash -c "sleep 5 && sh prestart.sh && sh start.sh"
numprocs=1
priority=99
autostart=true
Expand Down

0 comments on commit f6ccccb

Please sign in to comment.