Skip to content

Commit

Permalink
Auto run topgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Nov 13, 2023
1 parent 19e6a67 commit 272cfe7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions private_Library/LaunchAgents/io.github.topgrade-rs.topgrade.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?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>io.github.topgrade-rs.topgrade</string>

<key>ProgramArguments</key>
<array>
<string>/opt/homebrew/bin/topgrade</string>
</array>

<key>StartInterval</key>
<integer>10800</integer> <!-- Number of seconds in 3 hours -->

<key>RunAtLoad</key>
<true/>

<key>StandardErrorPath</key>
<string>/tmp/io.github.topgrade-rs.topgrade/err</string>

<key>StandardOutPath</key>
<string>/tmp/io.github.topgrade-rs.topgrade/out</string>
</dict>
</plist>

0 comments on commit 272cfe7

Please sign in to comment.