Skip to content

Commit ab5bba7

Browse files
committed
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.
1 parent a72003d commit ab5bba7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/init/org.bitcoin.bitcoind.plist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<key>ProgramArguments</key>
88
<array>
99
<string>/usr/local/bin/bitcoind</string>
10-
<string>-daemon</string>
1110
</array>
1211
<key>RunAtLoad</key>
1312
<true/>

0 commit comments

Comments
 (0)