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.
This commit is contained in:
parent
a72003d794
commit
ab5bba7783
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
<key>ProgramArguments</key>
|
<key>ProgramArguments</key>
|
||||||
<array>
|
<array>
|
||||||
<string>/usr/local/bin/bitcoind</string>
|
<string>/usr/local/bin/bitcoind</string>
|
||||||
<string>-daemon</string>
|
|
||||||
</array>
|
</array>
|
||||||
<key>RunAtLoad</key>
|
<key>RunAtLoad</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
|
Loading…
Reference in a new issue