Created
October 18, 2020 11:12
-
-
Save mprokopov/7de417ddb8825ba28e10fc18d448248a to your computer and use it in GitHub Desktop.
datomic autorun for macos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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>com.cognitect.datomic</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/Users/nexus/datomic-pro-1.0.6165/bin/transactor</string> | |
| <string>config/dev-transactor.properties</string> | |
| </array> | |
| <key>RunAtLoad</key> | |
| <true/> | |
| <key>WorkingDirectory</key> | |
| <string>/Users/nexus/datomic-pro-1.0.6165</string> | |
| </dict> | |
| </plist> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whenever if you try to run from Downloads folder, you'll get into the permissions issue