• Reloading configuration changes
# restart application without making configuration changes available
$ supervisorctl restart <name>

# load config changes, but don't restart apps
$ supervisorctl reread

# restarts the applications with config changes
$ supervisorctl update