aboutsummaryrefslogtreecommitdiff
path: root/net/tor/files
Commit message (Collapse)AuthorAge
* tor: fix daemon reloadingValdikSS ValdikSS2023-10-22
| | | | | | procd requires init script name, not the path to executable Signed-off-by: ValdikSS ValdikSS <iam@valdikss.org.ru>
* tor: fix init scriptsRosen Penev2020-02-15
| | | | | | pidfile should not be set. tor handles it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tor: update init scriptJan Pavlinec2020-02-12
| | | | | | | | | Changes: -add uci config -create pid file by procd -add reload function Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: add respawn to init scriptJan Pavlinec2019-12-30
| | | | | | | | | | Note: In some cases when tor daemon starts before than the router is connected to the Internet. Tor will exit and you have to run it manually. This should fix this case. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: always create folders and set ownershipPeter Wagner2019-03-11
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* generic userid: use the new USERID apiJohn Crispin2014-10-08
| | | | | | | | recent changes in trunk allow us to specify the userid inside the openwrt makefile. the info is stored int he meta data of the IPK contorl file and users are generated by the new generic postinst trigger. Signed-off-by: John Crispin <blogic@openwrt.org>
* tor: add from oldpackagesHauke Mehrtens2014-09-14
This adds tor from old packages and updates it to version 0.2.4.23. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>