Guest User

Untitled

a guest
Dec 16th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  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>Disabled</key>
  6. <false/>
  7. <key>Label</key>
  8. <string>com.zerowidth.launched.aspect</string>
  9. <key>Program</key>
  10. <string>/usr/bin/osascript</string>
  11. <key>ProgramArguments</key>
  12. <array>
  13. <string>osascript</string
  14. <string>/Users/***/my_script.scpt</string>
  15. </array>
  16. <key>StandardOutPath</key>
  17. <string>/Users/***/file_log.log</string>
  18. <key>RunAtLoad</key>
  19. <true/>
  20. <key>ThrottleInterval</key>
  21. <integer>7200</integer>
  22. <key>KeepAlive</key>
  23. <true/>
  24. </dict>
  25. </plist>
  26.  
  27. launchctl load ~/Library/LaunchAgents/com.zerowidth.launched.aspect.plist
Add Comment
Please, Sign In to add comment