Skip to content

Instantly share code, notes, and snippets.

View nimbusLiQuid's full-sized avatar
🏠
Working at home

Lin Quan nimbusLiQuid

🏠
Working at home
  • BCData Co.ltd
View GitHub Profile
@nimbusLiQuid
nimbusLiQuid / supervisor.sh
Last active April 28, 2019 02:52
Server: Running supervisord automatically on startup for CentOS
# create /etc/init.d/supervisord, see file below
chmod +x /etc/init.d/supervisord
chkconfig --add supervisord
chkconfig supervisord --level 345 on
# examples:
# service supervisord start
# service supervisord stop
# service supervisord restart
# service supervisord status