| 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> |
| 5 | <key>KeepAlive</key> |
| 6 | <true/> |
| 7 | <key>Label</key> |
| 8 | <string>io.ipfs.ipfs-daemon</string> |
| 9 | <key>ProgramArguments</key> |
| 10 | <array> |
| 11 | <string>{{IPFS_BIN}}</string> |
| 12 | <string>daemon</string> |
| 13 | </array> |
| 14 | <key>EnvironmentVariables</key> |
| 15 | <dict> |
| 16 | <key>IPFS_PATH</key> |
| 17 | <string>{{IPFS_PATH}}</string> |
| 18 | </dict> |
| 19 | <key>RunAtLoad</key> |
| 20 | <true/> |
| 21 | </dict> |
| 22 | </plist> |
| 23 |