From 272cfe7bd4457745673059196d30a3e78706b3fb Mon Sep 17 00:00:00 2001 From: Jason Morganson <128727+jasonmorganson@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:04:27 -0500 Subject: [PATCH] Auto run topgrade --- .../io.github.topgrade-rs.topgrade.plist | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 private_Library/LaunchAgents/io.github.topgrade-rs.topgrade.plist diff --git a/private_Library/LaunchAgents/io.github.topgrade-rs.topgrade.plist b/private_Library/LaunchAgents/io.github.topgrade-rs.topgrade.plist new file mode 100644 index 00000000..66668224 --- /dev/null +++ b/private_Library/LaunchAgents/io.github.topgrade-rs.topgrade.plist @@ -0,0 +1,25 @@ + + + + + Label + io.github.topgrade-rs.topgrade + + ProgramArguments + + /opt/homebrew/bin/topgrade + + + StartInterval + 10800 + + RunAtLoad + + + StandardErrorPath + /tmp/io.github.topgrade-rs.topgrade/err + + StandardOutPath + /tmp/io.github.topgrade-rs.topgrade/out + +