mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 02:01:53 +01:00
background service fix
This commit is contained in:
parent
e3f3c891cd
commit
2d4ef7b429
@ -504,6 +504,13 @@ sudo chmod +x /home/admin/_bootstrap.sh
|
||||
sudo cp ./assets/bootstrap.service /etc/systemd/system/bootstrap.service
|
||||
sudo systemctl enable bootstrap
|
||||
|
||||
# *** BACKGROUND ***
|
||||
echo ""
|
||||
echo "*** RASPI BACKGROUND SERVICE ***"
|
||||
sudo chmod +x /home/admin/_background.sh
|
||||
sudo cp ./assets/background.service /etc/systemd/system/background.service
|
||||
sudo systemctl enable background
|
||||
|
||||
# *** TOR Prepare ***
|
||||
echo "*** Prepare TOR source+keys ***"
|
||||
sudo /home/admin/config.scripts/internet.tor.sh prepare
|
||||
|
Loading…
x
Reference in New Issue
Block a user