Skip to content

Instantly share code, notes, and snippets.

@Honestpuck
Last active June 28, 2020 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Honestpuck/d5851aa4d943ca73600ceee9760d6756 to your computer and use it in GitHub Desktop.
Save Honestpuck/d5851aa4d943ca73600ceee9760d6756 to your computer and use it in GitHub Desktop.
LaunchAgent plist
<?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.github.PatchBot.autopkg</string>
<key>Program</key>
<array>
<string>/Users/autopkg/Documents/PatchBotTools/autopkg.sh</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>6</integer>
<key>Minute</key>
<integer>0</integer>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment