diff options
| author | Giulio Lombardo <[email protected]> | 2018-06-04 12:54:22 +0200 |
|---|---|---|
| committer | Giulio Lombardo <[email protected]> | 2018-06-04 13:04:04 +0200 |
| commit | 989c8990bb765eef45c8ee471f084ca81a0bead4 (patch) | |
| tree | d5f187eca0caf6dbb79d8f3a570ba60e3ce080d8 /doc/init.md | |
| parent | Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2 (diff) | |
| download | discoin-989c8990bb765eef45c8ee471f084ca81a0bead4.tar.xz discoin-989c8990bb765eef45c8ee471f084ca81a0bead4.zip | |
Rename “OS X” to the newer “macOS” convention
Diffstat (limited to 'doc/init.md')
| -rw-r--r-- | doc/init.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/init.md b/doc/init.md index ffd13ae1f..d04f7d186 100644 --- a/doc/init.md +++ b/doc/init.md @@ -15,7 +15,7 @@ Service User All three Linux startup configurations assume the existence of a "bitcoin" user and group. They must be created before attempting to use these scripts. -The OS X configuration assumes bitcoind will be set up for the current user. +The macOS configuration assumes bitcoind will be set up for the current user. Configuration --------------------------------- @@ -65,7 +65,7 @@ reasons to make the configuration file and data directory only readable by the bitcoin user and group. Access to bitcoin-cli and other bitcoind rpc clients can then be controlled by group membership. -### Mac OS X +### macOS Binary: `/usr/local/bin/bitcoind` Configuration file: `~/Library/Application Support/Bitcoin/bitcoin.conf` @@ -111,7 +111,7 @@ Using this script, you can adjust the path and flags to the bitcoind program by setting the BITCOIND and FLAGS environment variables in the file /etc/sysconfig/bitcoind. You can also use the DAEMONOPTS environment variable here. -### Mac OS X +### macOS Copy org.bitcoin.bitcoind.plist into ~/Library/LaunchAgents. Load the launch agent by running `launchctl load ~/Library/LaunchAgents/org.bitcoin.bitcoind.plist`. |