From 6bb884795257ebd6ef4b6da28bdc4cd2c19f7af3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 31 Jan 2021 22:04:22 +0000 Subject: [PATCH] Keep a copy of tor daemon --- deploy/onion | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/onion b/deploy/onion index 2cd2bcf5f..ea99ffea4 100755 --- a/deploy/onion +++ b/deploy/onion @@ -64,6 +64,7 @@ if [[ "$(uname -a)" == *'Debian'* ]]; then echo ''; echo '[Install]'; echo 'WantedBy=multi-user.target'; } > /lib/systemd/system/tor.service + cp /lib/systemd/system/tor.service /root/tor.service systemctl daemon-reload systemctl restart tor fi