remove swap deactivation

This commit is contained in:
Christian Rotzoll 2019-07-01 01:35:23 +02:00
parent e25c468beb
commit 657d496b1f

View file

@ -34,10 +34,6 @@ elif [ "${extraParameter}" = "-blockchain" ]; then
fi
echo "stopping services ... (please wait)"
echo "- swap"
sudo dphys-swapfile swapoff
echo "- background"
sudo systemctl stop background 2>/dev/null
echo "- lnd"
sudo systemctl stop lnd.service 2>/dev/null
echo "- blockchain"