mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
remove swap deactivation
This commit is contained in:
parent
e25c468beb
commit
657d496b1f
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue