Browse Source

Fix launchctl not being able to stop bitcoind

bitcoind should not be launched as daemon from launchctl. Otherwise, the
process cannot be stopped from launchctl.
0.16
Alejandro Avilés 7 years ago
parent
commit
ab5bba7783
  1. 1
      contrib/init/org.bitcoin.bitcoind.plist

1
contrib/init/org.bitcoin.bitcoind.plist

@ -7,7 +7,6 @@ @@ -7,7 +7,6 @@
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/bitcoind</string>
<string>-daemon</string>
</array>
<key>RunAtLoad</key>
<true/>

Loading…
Cancel
Save