← back to Rebel Walls Push
launchd plist for daily staggered push (Steve pastes the load command)
e01aadd59a6182c3318d449cb0fcda380b4a0ff1 · 2026-06-09 13:00:38 -0700 · SteveStudio2
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Files touched
A com.steve.rebel-walls-daily-push.plist
Diff
commit e01aadd59a6182c3318d449cb0fcda380b4a0ff1
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Tue Jun 9 13:00:38 2026 -0700
launchd plist for daily staggered push (Steve pastes the load command)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---
com.steve.rebel-walls-daily-push.plist | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/com.steve.rebel-walls-daily-push.plist b/com.steve.rebel-walls-daily-push.plist
new file mode 100644
index 0000000..74d7432
--- /dev/null
+++ b/com.steve.rebel-walls-daily-push.plist
@@ -0,0 +1,29 @@
+<?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.steve.rebel-walls-daily-push</string>
+ <key>ProgramArguments</key>
+ <array>
+ <string>/bin/bash</string>
+ <string>/Users/stevestudio2/Projects/rebel-walls-push/scripts/daily-push.sh</string>
+ </array>
+ <key>StartCalendarInterval</key>
+ <dict>
+ <key>Hour</key>
+ <integer>11</integer>
+ <key>Minute</key>
+ <integer>8</integer>
+ </dict>
+ <key>EnvironmentVariables</key>
+ <dict>
+ <key>PATH</key>
+ <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
+ </dict>
+ <key>StandardOutPath</key>
+ <string>/tmp/rebel-walls-daily-push.log</string>
+ <key>StandardErrorPath</key>
+ <string>/tmp/rebel-walls-daily-push.log</string>
+</dict>
+</plist>
← d3719d0 daily-push.sh: capped daily slice wrapper for the staggered
·
back to Rebel Walls Push
·
secret-strip: remove hardcoded dw_admin password from PG con d7447f1 →