mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
make sure to edit bitcoind.service
This commit is contained in:
@@ -635,8 +635,9 @@ if [ ${isMounted} -eq 0 ]; then
|
|||||||
|
|
||||||
# make sure for future starts that blockchain service gets started after bootstrap
|
# make sure for future starts that blockchain service gets started after bootstrap
|
||||||
# so deamon reloas needed ... system will go into reboot after last loop
|
# so deamon reloas needed ... system will go into reboot after last loop
|
||||||
sed -i "s/^Wants=.*/Wants=bootstrap.service/g" /etc/systemd/system/${network}d.service
|
echo "# Updating service ${network}d.service ..." >> $logFile
|
||||||
sed -i "s/^After=.*/After=network.target/g" /etc/systemd/system/${network}d.service
|
sudo sed -i "s/^Wants=.*/Wants=bootstrap.service/g" /etc/systemd/system/${network}d.service
|
||||||
|
sudo sed -i "s/^After=.*/After=bootstrap.service/g" /etc/systemd/system/${network}d.service
|
||||||
|
|
||||||
# wait until syncProgress is available (neeed for final dialogs)
|
# wait until syncProgress is available (neeed for final dialogs)
|
||||||
while [ "${syncProgress}" == "" ]
|
while [ "${syncProgress}" == "" ]
|
||||||
|
Reference in New Issue
Block a user