openclaw/scripts/systemd/openclaw-auth-monitor.service

15 lines
339 B
SYSTEMD
Raw Normal View History

[Unit]
2026-01-30 03:15:10 +01:00
Description=OpenClaw Auth Expiry Monitor
After=network.target
[Service]
Type=oneshot
2026-01-30 03:15:10 +01:00
ExecStart=/home/admin/openclaw/scripts/auth-monitor.sh
# Configure notification channels via environment
Environment=WARN_HOURS=2
# Environment=NOTIFY_PHONE=+1234567890
2026-01-30 03:15:10 +01:00
# Environment=NOTIFY_NTFY=openclaw-alerts
[Install]
WantedBy=default.target