Skip to content

Commit e867e12

Browse files
(PTFE-2499) Add variable to deploy service systemd
1 parent d3feeae commit e867e12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runner_manager/bin/startup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ Description=GitHub Actions Runner
9090
After=network.target
9191
9292
[Service]
93-
ExecStart=/bin/bash /home/actions/actions-runner/run.sh --jitconfig \"${JIT_CONFIG}\"
93+
Environment="JIT_BASE64=${JIT_CONFIG}"
94+
ExecStart=/bin/bash /home/actions/actions-runner/run.sh --jitconfig "${JIT_BASE64}"
9495
User=actions
9596
WorkingDirectory=/home/actions/actions-runner
9697
KillMode=process

0 commit comments

Comments
 (0)