13 lines
226 B
SYSTEMD
13 lines
226 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Keep Claude OAuth credentials valid and recoverable for %i
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnBootSec=10m
|
||
|
|
OnUnitActiveSec=6h
|
||
|
|
Persistent=true
|
||
|
|
RandomizedDelaySec=10m
|
||
|
|
Unit=claude-auth-sync@%i.service
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|