From f8464adb61a5a658e689d445058b36d942a14429 Mon Sep 17 00:00:00 2001 From: Jon Banafato Date: Sun, 15 Oct 2017 13:20:12 -0400 Subject: [PATCH] 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. --- Formula/ipfs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/ipfs.rb b/Formula/ipfs.rb index af6def07df..f74c1bfdb9 100644 --- a/Formula/ipfs.rb +++ b/Formula/ipfs.rb @@ -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