# act_runner 폴링 정지 감시 타이머 # 설치: /etc/systemd/system/arko-runner-watchdog.timer (+ .service) # systemctl enable --now arko-runner-watchdog.timer [Unit] Description=arko act_runner 폴링 정지 감시 (1분 주기) [Timer] OnBootSec=2min OnUnitActiveSec=1min AccuracySec=15s Unit=arko-runner-watchdog.service [Install] WantedBy=timers.target