blob: 70e027743ddcaedc3f1381143def7e006177f3db [file] [log] [blame]
[Unit]
Description=GitHub Actions Runner Remover
DefaultDependencies=no
Before=halt.target shutdown.target reboot.target
[Service]
User=runner
Group=runner
Type=oneshot
ExecStart=/runner-root/config/deregister.sh
RemainAfterExit=yes
[Install]
WantedBy=halt.target shutdown.target reboot.target