I installed a GitHub self-hosted runner on a RH Linux EC2 instance. It runs fine in interactive mode: ./run.sh
But when trying to run it as a service. (sudo ./svc.sh start), it fails to start.
Active: failed runsvc.sh (code=exited, status=203/EXEC)
Any ideas on how to get around this?
I am running an Oracle Linux 8 instance on the Oracle Cloud and had the same issue, exactly the same error output. Very likely you have SELinux running. This is blocking your service to start. This command helped me to solve the issue: