Fix broken comments
This commit is contained in:
parent
89e4df134b
commit
938b602ecc
1 changed files with 4 additions and 2 deletions
|
@ -6,8 +6,10 @@ After=docker.service
|
|||
[Service]
|
||||
ExecStart=forgejo-runner daemon
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
User=runner # This user must be created first
|
||||
WorkingDirectory=/home/runner # This directory must be created first
|
||||
|
||||
# This user and working directory must already exist
|
||||
User=runner
|
||||
WorkingDirectory=/home/runner
|
||||
Restart=on-failure
|
||||
TimeoutSec=0
|
||||
RestartSec=10
|
||||
|
|
Loading…
Add table
Reference in a new issue