Install supervisord to Centos 7

Emir Buğra KÖKSALAN tarafından tarihinde yayınlandı

install: pip install supervisor
configure:
mkdir -p /etc/supervisord/conf.d
echo_supervisord_conf > /etc/supervisord/supervisord.conf
echo “files = conf.d/*.conf” >> /etc/supervisord/supervisord.conf
setup as service: wget https://gist.githubusercontent.com/mozillazg/6cbdcccbf46fe96a4edd/raw/2f5c6f5e88fc43e27b974f8a4c19088fc22b1bd5/supervisord.service -O /usr/lib/systemd/system/supervisord.service
start service systemctl start supervisord
view service status: systemctl status supervisord
auto start service on system startup: systemctl enable supervisord

Source: https://gist.github.com/mozillazg/6cbdcccbf46fe96a4edd

Kategoriler: EnglishLinux

Emir Buğra KÖKSALAN

Java & PHP Developer

0 yorum

Bir yanıt yazın

Avatar placeholder

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

Time limit is exhausted. Please reload the CAPTCHA.

Bu site, istenmeyenleri azaltmak için Akismet kullanıyor. Yorum verilerinizin nasıl işlendiği hakkında daha fazla bilgi edinin.