Advertisement
Combreal

com.test.plist

Feb 25th, 2019
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.69 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>Label</key>
  6.     <string>com.test.plist</string>
  7.     <key>ProgramArguments</key>
  8.       <array>
  9.           <string>/usr/bin/open</string>
  10.           <string>-W</string>
  11.           <string>/Applications/Notes.app</string>
  12.       </array>
  13.     <key>RunAtLoad</key>
  14.     <true/>
  15.   </dict>
  16. </plist>
  17.  
  18. <!--
  19. #save file => /Library/LaunchDaemons/com.test.plist
  20. #set permi => sudo chmod 750 /Library/LaunchDaemons/com.test.plist
  21. #load service => sudo launchctl load -w /Library/LaunchDaemons/com.test.plist    
  22. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement