Initial import of watchdog-discord-route skill
This commit is contained in:
17
scripts/openclaw-watchdog-b.service
Normal file
17
scripts/openclaw-watchdog-b.service
Normal file
@@ -0,0 +1,17 @@
|
||||
# Template systemd --user unit for Watchdog B.
|
||||
# Install to: ~/.config/systemd/user/openclaw-watchdog-b.service
|
||||
# Optional env file: ~/.config/openclaw/watchdog-b.env
|
||||
|
||||
[Unit]
|
||||
Description=OpenClaw Watchdog B (verified direct Discord owner-facing path)
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
WorkingDirectory=%h/.openclaw/workspace
|
||||
Environment=WATCHDOG_B_CONFIG_FILE=%h/.config/openclaw/watchdog-b.env
|
||||
EnvironmentFile=-%h/.config/openclaw/watchdog-b.env
|
||||
ExecStart=%h/.openclaw/workspace/scripts/watchdog-b/run_watchdog_b.sh
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
Reference in New Issue
Block a user