We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3932ff5 commit d4aa54cCopy full SHA for d4aa54c
contrib/init/README.md
@@ -5,6 +5,7 @@ Upstart: bitcoind.conf
5
OpenRC: bitcoind.openrc
6
bitcoind.openrcconf
7
CentOS: bitcoind.init
8
+OS X: org.bitcoin.bitcoind.plist
9
10
have been made available to assist packagers in creating node packages here.
11
contrib/init/org.bitcoin.bitcoind.plist
@@ -0,0 +1,15 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+<plist version="1.0">
4
+<dict>
+ <key>Label</key>
+ <string>org.bitcoin.bitcoind</string>
+ <key>ProgramArguments</key>
+ <array>
+ <string>/usr/local/bin/bitcoind</string>
+ <string>-daemon</string>
+ </array>
12
+ <key>RunAtLoad</key>
13
+ <true/>
14
+</dict>
15
+</plist>
0 commit comments