# arko-runner-watchdog.timer 가 호출하는 1회성 작업 # 설치: /etc/systemd/system/arko-runner-watchdog.service [Unit] Description=arko act_runner 폴링 정지 감시 (1회 점검) After=arko-dev-runner.service [Service] Type=oneshot ExecStart=/opt/arko-dev/bin/arko-runner-watchdog.sh User=root Group=root