Commit 0ff8b490 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

/etc/supervisord.conf should load contents of /etc/supervisord.d/*.conf files

parent 0e32dda3
......@@ -2,6 +2,7 @@ all: supervisord-service
pip3 install supervisor
echo_supervisord_conf > /etc/supervisord.conf
install -v -m755 -d /etc/supervisord.d
echo "files = /etc/supervisord.d/*.conf" >> /etc/supervisord.conf
@echo "$$SUPERVISORD_SERVICE" > /lib/systemd/system/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