mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
move the daemon back to /usr/bin/tor
(it seems many people don't know they have a /usr/local/sbin/ damn the file system hierarchy standards) svn:r1120
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||
DAEMON=/usr/sbin/tor
|
||||
DAEMON=/usr/bin/tor
|
||||
NAME=tor
|
||||
DESC="tor daemon"
|
||||
TORLOG=/var/log/tor/log
|
||||
|
||||
Reference in New Issue
Block a user