Skip to content

Commit

Permalink
Call run.sh script instead of runsvc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Oct 5, 2023
1 parent 182104f commit 7f57bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner_manager/bin/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Description=GitHub Actions Runner
After=network.target
[Service]
ExecStart=/bin/bash /home/actions/actions-runner/bin/runsvc.sh --jitconfig \"${JIT_CONFIG}\"
ExecStart=/bin/bash /home/actions/actions-runner/run.sh --jitconfig \"${JIT_CONFIG}\"
User=actions
WorkingDirectory=/home/actions/actions-runner
KillMode=process
Expand Down

0 comments on commit 7f57bf2

Please sign in to comment.