You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DevOps-Bash-tools/applescript/com.harisekhon.wakeup_scrip...

17 lines
501 B
Plaintext

<?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.harisekhon.wakeup_script</string>
<key>Program</key>
<string>/Users/hari/github/bash-tools/applescript/wakeup_script.sh</string>
<key>WatchPaths</key>
<array>
<string>/var/db/.AppleSetupDone</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>