Skip to content

Commit

Permalink
Fix launchctl not being able to stop bitcoind
Browse files Browse the repository at this point in the history
bitcoind should not be launched as daemon from launchctl. Otherwise, the
process cannot be stopped from launchctl.
  • Loading branch information
OmeGak committed Sep 29, 2017
1 parent a72003d commit ab5bba7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/init/org.bitcoin.bitcoind.plist
Expand Up @@ -7,7 +7,6 @@
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/bitcoind</string>
<string>-daemon</string>
</array>
<key>RunAtLoad</key>
<true/>
Expand Down

0 comments on commit ab5bba7

Please sign in to comment.