mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
16 lines
403 B
Desktop File
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
|