diff options
| author | Alejandro Avilés <[email protected]> | 2017-09-29 10:54:10 +0200 |
|---|---|---|
| committer | Alejandro Avilés <[email protected]> | 2017-09-29 10:54:10 +0200 |
| commit | ab5bba7783d2927e513af91e6c89c41bdfa47964 (patch) | |
| tree | 1aa655cde9daeb68a0bc03d7180ec62dbda9b847 | |
| parent | Merge #11318: Put back inadvertently removed copyright notices (diff) | |
| download | discoin-ab5bba7783d2927e513af91e6c89c41bdfa47964.tar.xz discoin-ab5bba7783d2927e513af91e6c89c41bdfa47964.zip | |
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.
| -rw-r--r-- | contrib/init/org.bitcoin.bitcoind.plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/init/org.bitcoin.bitcoind.plist b/contrib/init/org.bitcoin.bitcoind.plist index e94cd4466..95b5342f1 100644 --- a/contrib/init/org.bitcoin.bitcoind.plist +++ b/contrib/init/org.bitcoin.bitcoind.plist @@ -7,7 +7,6 @@ <key>ProgramArguments</key> <array> <string>/usr/local/bin/bitcoind</string> - <string>-daemon</string> </array> <key>RunAtLoad</key> <true/> |