#2877 remove failing service

This commit is contained in:
openoms 2022-02-06 09:54:21 +00:00
parent 4c43675fbd
commit 75a1a46a7d
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -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