blob: dee56fef9be5ad3e419a76a110611d315b62dae5 [file] [log] [blame]
[Unit]
Description=GitHub Actions Runner
After=network.target
[Service]
User=runner
Group=runner
ExecStart=/runner-root/config/start.sh
Restart=no
KillMode=process
KillSignal=SIGTERM
TimeoutStopSec=5min
ExecStopPost=/runner-root/config/delete_self.sh
[Install]
WantedBy=multi-user.target