mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
remove swap deactivation
This commit is contained in:
@@ -34,10 +34,6 @@ elif [ "${extraParameter}" = "-blockchain" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "stopping services ... (please wait)"
|
echo "stopping services ... (please wait)"
|
||||||
echo "- swap"
|
|
||||||
sudo dphys-swapfile swapoff
|
|
||||||
echo "- background"
|
|
||||||
sudo systemctl stop background 2>/dev/null
|
|
||||||
echo "- lnd"
|
echo "- lnd"
|
||||||
sudo systemctl stop lnd.service 2>/dev/null
|
sudo systemctl stop lnd.service 2>/dev/null
|
||||||
echo "- blockchain"
|
echo "- blockchain"
|
||||||
|
Reference in New Issue
Block a user