Files
clawdbot/scripts/systemd/clawdbot-auth-monitor.service
2026-01-27 12:21:02 +00:00

15 lines
336 B
Desktop File

[Unit]
Description=Moltbot Auth Expiry Monitor
After=network.target
[Service]
Type=oneshot
ExecStart=/home/admin/moltbot/scripts/auth-monitor.sh
# Configure notification channels via environment
Environment=WARN_HOURS=2
# Environment=NOTIFY_PHONE=+1234567890
# Environment=NOTIFY_NTFY=moltbot-alerts
[Install]
WantedBy=default.target