Skip to content

Commit

Permalink
Move directives in runner unit file (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 authored Jun 19, 2024
1 parent f81e364 commit f4a2291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/context/runner.service
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[Unit]
Description=GHA Runner
After=docker.service network.target cloud-final.service
FailureAction=poweroff-immediate
SuccessAction=poweroff-immediate

[Service]
ExecStart=/runner.sh
ExecStop=sudo poweroff -ff
FailureAction=poweroff-immediate
SuccessAction=poweroff-immediate
User=runner
KillMode=process
KillSignal=SIGTERM
Expand Down

0 comments on commit f4a2291

Please sign in to comment.