chun-wang / blog

0 stars 0 forks source link

群晖安装supervisor #55

Open chun-wang opened 4 years ago

chun-wang commented 4 years ago

安装pip

sudo wget https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py

安装supervisor

sudo pip install supervisor

创建配置

sudo mkdir /etc/supervisor/conf.d sudo echo_supervisord_conf > /etc/supervisor/supervisord.conf

启动

supervisord -c /etc/supervisor/supervisord.conf