Accidentally deleted disabling of UNIPI services

This commit is contained in:
T 2019-02-01 21:01:27 +01:00
parent 6c95631fee
commit c010812cb2
1 changed files with 10 additions and 0 deletions

View File

@ -270,6 +270,16 @@ elif [ "$1" == "rpi" ]; then
elif [ "$1" == "neuron" ]; then
echo "Installing OpenPLC on UniPi Neuron PLC"
echo ""
echo "[DISABLING UNIPI SERVICES]"
sudo systemctl stop neuronhost.service
sudo systemctl disable neuronhost.service
sudo systemctl stop neurontcp.service
sudo systemctl disable neurontcp.service
sudo systemctl stop evok.service
sudo systemctl disable evok.service
linux_install_deps sudo
install_py_deps