mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
15 lines
242 B
Plaintext
15 lines
242 B
Plaintext
[Unit]
|
|
Description={{Description}}
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart={{RunnerRoot}}/runsvc.sh
|
|
User={{User}}
|
|
WorkingDirectory={{RunnerRoot}}
|
|
KillMode=process
|
|
KillSignal=SIGTERM
|
|
TimeoutStopSec=5min
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|