mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-21 16:41:56 +00:00
11 lines
159 B
SYSTEMD
11 lines
159 B
SYSTEMD
[Unit]
|
|
Description=Check OpenClaw auth expiry every 30 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=5min
|
|
OnUnitActiveSec=30min
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|