We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5f77a commit ee29bc5Copy full SHA for ee29bc5
runner_manager/bin/startup.sh
@@ -143,11 +143,4 @@ TimeoutStopSec=5min
143
WantedBy=multi-user.target" >/home/actions/actions-runner/bin/actions.runner.service.template
144
145
sudo chown -Rh actions:actions /home/actions/actions-runner
146
-
147
-if command -v systemctl; then
148
- sudo -H -u actions bash -c 'cd /home/actions/actions-runner &&
149
- sudo ./svc.sh install &&
150
- sudo ./svc.sh start'
151
-else
152
- nohup /home/actions/actions-runner/run.sh --jitconfig "${RUNNER_JIT_CONFIG}" 2>/home/actions/actions-runner/logs &
153
-fi
+sudo -H -u actions bash -c "nohup /home/actions/actions-runner/run.sh --jitconfig \"${RUNNER_JIT_CONFIG}\" 2>/home/actions/actions-runner/logs &"
0 commit comments