Skip to content

Instantly share code, notes, and snippets.

View HouCoder's full-sized avatar
🎯
Focusing

Tony HouCoder

🎯
Focusing
  • Adelaide, Australia
  • 00:49 (UTC +09:30)
View GitHub Profile
@mozillazg
mozillazg / supervisord.service
Last active March 16, 2025 07:43 — forked from tonyseek/supervisord.service
install and configure supervisord on centos 7.
[Unit]
Description=supervisord - Supervisor process control system for UNIX
Documentation=http://supervisord.org
After=network.target
[Service]
Type=forking
ExecStart=/bin/supervisord -c /etc/supervisord/supervisord.conf
ExecReload=/bin/supervisorctl reload
ExecStop=/bin/supervisorctl shutdown