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.
master
Jon Banafato 2017-10-15 13:20:12 -04:00 committed by ilovezfs
parent f3dd621c10
commit f8464adb61
1 changed files with 1 additions and 1 deletions

View File

@ -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"?>