Add reminder to reload systemctl daemon if needed

This commit is contained in:
Jeremy Stretch 2020-03-04 17:19:16 -05:00
parent e4e4af1b2d
commit e4cfeb1977

View File

@ -70,8 +70,11 @@ if [ WARN_MISSING_VENV ]; then
echo "" echo ""
echo "netbox-rq.service ExecStart:" echo "netbox-rq.service ExecStart:"
echo " ${VIRTUALENV}/bin/python" echo " ${VIRTUALENV}/bin/python"
echo ""
echo "After modifying these files, reload the systemctl daemon:"
echo " > systemctl daemon-reload"
echo "--------------------------------------------------------------------" echo "--------------------------------------------------------------------"
fi fi
echo "Upgrade complete! Don't forget to restart the NetBox services:" echo "Upgrade complete! Don't forget to restart the NetBox services:"
echo " sudo systemctl restart netbox netbox-rq" echo " > sudo systemctl restart netbox netbox-rq"