Skip to content

Commit

Permalink
Merge pull request #316 from gabriel-samfira/fix-run-as-user
Browse files Browse the repository at this point in the history
Fix hardcoded user value in template
  • Loading branch information
gabriel-samfira authored Dec 4, 2024
2 parents 7d889f0 + 67928cc commit c4a7a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ After=network.target
[Service]
ExecStart=/home/{{.RunAsUser}}/actions-runner/runsvc.sh
User=runner
User={{.RunAsUser}}
WorkingDirectory=/home/{{.RunAsUser}}/actions-runner
KillMode=process
KillSignal=SIGTERM
Expand Down

0 comments on commit c4a7a59

Please sign in to comment.