fixup svd: add message when reloading

This commit is contained in:
Zhaofeng Li 2022-09-21 22:30:40 +00:00
parent 0faa47c86f
commit bd44a10ac8

View file

@ -181,6 +181,7 @@ in {
echo "Starting supervisord..."
${cfg.package}/bin/supervisord -c /etc/supervisord.conf
else
echo "Reloading supervisord..."
${cfg.package}/bin/supervisorctl -c /etc/supervisord.conf update
fi
'';