# Watchtower Ring 2 Fast — systemd user service. # Install to ~/.config/systemd/user/watchtower-ring2-fast.service # Activated by watchtower-ring2-fast.timer, not directly. [Unit] Description=Watchtower Ring 2 fast periodic intelligence Documentation=https://github.com/orenmagid/claude-cabinet [Service] Type=oneshot ExecStart=/bin/bash %h/.claude-cabinet/watchtower/scripts/watchtower-ring2-runner.sh --fast Environment=PATH=/usr/local/bin:/usr/bin:/bin EnvironmentFile=%h/.claude-cabinet/watchtower/env [Install] WantedBy=default.target