Skip to content

Commit

Permalink
Merge pull request #840 from hyanwong/v4
Browse files Browse the repository at this point in the history
Add a comment about how to stop background processes
  • Loading branch information
hyanwong committed May 4, 2024
2 parents aa550ec + e14d5d5 commit 0782b13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-supervisord.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ process_name=%(program_name)s%(process_num)d
numprocs=5
[program:${WEB2PY_NAME}_background_tasks]
; includes sending email autoreminders. Stop this specific task via:
; supervisorctl stop ${WEB2PY_NAME}_background_tasks
directory=${WEB2PY_PATH}
user=${APP_USER}
group=${APP_GROUP}
Expand Down

0 comments on commit 0782b13

Please sign in to comment.