mirror of https://gitlab.com/bashrc2/epicyon
Keep a copy of tor daemon
parent
6d2ecf32ff
commit
6bb8847952
|
@ -64,6 +64,7 @@ if [[ "$(uname -a)" == *'Debian'* ]]; then
|
||||||
echo '';
|
echo '';
|
||||||
echo '[Install]';
|
echo '[Install]';
|
||||||
echo 'WantedBy=multi-user.target'; } > /lib/systemd/system/tor.service
|
echo 'WantedBy=multi-user.target'; } > /lib/systemd/system/tor.service
|
||||||
|
cp /lib/systemd/system/tor.service /root/tor.service
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl restart tor
|
systemctl restart tor
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue