mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
fixup svd: add message when reloading
This commit is contained in:
parent
0faa47c86f
commit
bd44a10ac8
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ in {
|
||||||
echo "Starting supervisord..."
|
echo "Starting supervisord..."
|
||||||
${cfg.package}/bin/supervisord -c /etc/supervisord.conf
|
${cfg.package}/bin/supervisord -c /etc/supervisord.conf
|
||||||
else
|
else
|
||||||
|
echo "Reloading supervisord..."
|
||||||
${cfg.package}/bin/supervisorctl -c /etc/supervisord.conf update
|
${cfg.package}/bin/supervisorctl -c /etc/supervisord.conf update
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue