Skip to content

Commit

Permalink
disabled supervisor nodaemon
Browse files Browse the repository at this point in the history
  • Loading branch information
fqjony committed Jan 15, 2025
1 parent 246ec79 commit 10ea661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/home/supervisor.common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ logfile_maxbytes=50MB
logfile_backups=10
loglevel=info
pidfile=/var/run/supervisor/supervisord.pid
nodaemon=true
nodaemon=false
minfds=1024
minprocs=200

Expand Down

0 comments on commit 10ea661

Please sign in to comment.