Replies: 1 comment
-
|
I figured it out. I had to stop and start supervisor to reload the configuration changes. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having issues with soketi and supervisor. I have a soketi config file in /etc/supervisor/conf.d If I run the command manually, as folllows, it starts the server using the config file.
soketi start --config=/etc/supervisor/conf.d/soketi_config.jsonbut the following supervisor conf file doesn't load the config file when I start it via supervisorctl start
I see a few log file entries, but not the same debug statements, so I know it's loading defaults only. Since it's not loading my config, SSL doesn't work, etc.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions