ipfs: fix manual plist_options (#19415)
Running `ipfs` by itself simply prints a help menu and exits. From the [ipfs docs](https://ipfs.io/docs/getting-started/#going-online), this is the correct command to run the ipfs daemon in the foreground.
This commit is contained in:
parent
f3dd621c10
commit
f8464adb61
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Ipfs < Formula
|
|||
bin.install "bin/ipfs"
|
||||
end
|
||||
|
||||
plist_options :manual => "ipfs"
|
||||
plist_options :manual => "ipfs daemon"
|
||||
|
||||
def plist; <<-EOS.undent
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
|
Loading…
Reference in a new issue