Kevin Cooper
9 years ago
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
||||
<plist version="1.0"> |
||||
<dict> |
||||
<key>Label</key> |
||||
<string>org.bitcoin.bitcoind</string> |
||||
<key>ProgramArguments</key> |
||||
<array> |
||||
<string>/usr/local/bin/bitcoind</string> |
||||
<string>-daemon</string> |
||||
</array> |
||||
<key>RunAtLoad</key> |
||||
<true/> |
||||
</dict> |
||||
</plist> |
Loading…
Reference in new issue