blob: bfc841c8deca723edd6b3b9b3343fe81efbc30ba [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=/home/runner/config/deregister.sh
RemainAfterExit=yes
[Install]
WantedBy=halt.target shutdown.target reboot.target