tor: use "tor" to start service manually (#3575)
"tor start" now reports an error.
This commit is contained in:
parent
9e1bb1a419
commit
7b1db9783b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class Tor < Formula
|
|||
EOS
|
||||
end
|
||||
|
||||
plist_options :manual => "tor start"
|
||||
plist_options :manual => "tor"
|
||||
|
||||
def plist; <<-EOS.undent
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
|
Loading…
Reference in a new issue