Files
openclaw/scripts/systemd/openclaw-auth-monitor.service
2026-06-21 07:40:06 +02:00

16 lines
403 B
Desktop File

[Unit]
Description=OpenClaw Auth Expiry Monitor
After=network.target
[Service]
Type=oneshot
# setup-auth-system.sh renders this placeholder to the checked-out script path.
ExecStart=@OPENCLAW_AUTH_MONITOR_PATH@
# Configure notification channels via environment
Environment=WARN_HOURS=2
# Environment=NOTIFY_PHONE=+1234567890
# Environment=NOTIFY_NTFY=openclaw-alerts
[Install]
WantedBy=default.target