Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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.test.plist</string>
- <key>ProgramArguments</key>
- <array>
- <string>/usr/bin/open</string>
- <string>-W</string>
- <string>/Applications/Notes.app</string>
- </array>
- <key>RunAtLoad</key>
- <true/>
- </dict>
- </plist>
- <!--
- #save file => /Library/LaunchDaemons/com.test.plist
- #set permi => sudo chmod 750 /Library/LaunchDaemons/com.test.plist
- #load service => sudo launchctl load -w /Library/LaunchDaemons/com.test.plist
- -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement