# Watchtower Ring 1 — systemd user timer. # Install to ~/.config/systemd/user/watchtower-ring1.timer # Enable: systemctl --user enable --now watchtower-ring1.timer [Unit] Description=Watchtower Ring 1 timer (every 5 minutes) Documentation=https://github.com/orenmagid/claude-cabinet [Timer] OnBootSec=60 OnUnitActiveSec=300 AccuracySec=30 [Install] WantedBy=timers.target