mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
15 lines
339 B
Desktop File
15 lines
339 B
Desktop File
[Unit]
|
|
Description=OpenClaw Auth Expiry Monitor
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/home/admin/openclaw/scripts/auth-monitor.sh
|
|
# Configure notification channels via environment
|
|
Environment=WARN_HOURS=2
|
|
# Environment=NOTIFY_PHONE=+1234567890
|
|
# Environment=NOTIFY_NTFY=openclaw-alerts
|
|
|
|
[Install]
|
|
WantedBy=default.target
|