Commit c78d6fe9 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added [include] section to supervisord.conf

parent 0ff8b490
...@@ -2,6 +2,7 @@ all: supervisord-service ...@@ -2,6 +2,7 @@ all: supervisord-service
pip3 install supervisor pip3 install supervisor
echo_supervisord_conf > /etc/supervisord.conf echo_supervisord_conf > /etc/supervisord.conf
install -v -m755 -d /etc/supervisord.d install -v -m755 -d /etc/supervisord.d
echo "[include]" >> /etc/supervisord.conf
echo "files = /etc/supervisord.d/*.conf" >> /etc/supervisord.conf echo "files = /etc/supervisord.d/*.conf" >> /etc/supervisord.conf
@echo "$$SUPERVISORD_SERVICE" > /lib/systemd/system/supervisord.service @echo "$$SUPERVISORD_SERVICE" > /lib/systemd/system/supervisord.service
systemctl enable supervisord.service systemctl enable supervisord.service
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment