mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-13 06:09:47 +02:00
#2877 remove failing service
This commit is contained in:
parent
4c43675fbd
commit
75a1a46a7d
@ -206,7 +206,6 @@ if [ "${action}" = "enable" ]; then
|
||||
|
||||
# edit tor services
|
||||
sudo sed -i "s/^NoNewPrivileges=yes/NoNewPrivileges=no/g" /lib/systemd/system/tor@default.service
|
||||
sudo sed -i "s/^NoNewPrivileges=yes/NoNewPrivileges=no/g" /lib/systemd/system/tor@.service
|
||||
sudo mkdir -p /etc/systemd/system/tor@default.service.d
|
||||
echo "# DO NOT EDIT! This file is generated by raspiblitz and will be overwritten
|
||||
[Service]
|
||||
@ -256,7 +255,7 @@ profile system_tor flags=(attach_disconnected) {
|
||||
# enable tor services
|
||||
sudo systemctl unmask tor@default
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl enable --now tor@service
|
||||
sudo systemctl enable --now tor@default
|
||||
sudo systemctl restart tor@default
|
||||
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user