mirror of https://code.forgejo.org/forgejo/runner
19 lines
377 B
INI
19 lines
377 B
INI
[Unit]
|
|
Description=Forgejo Runner
|
|
Documentation=https://forgejo.org/docs/latest/admin/actions/
|
|
After=docker.service
|
|
|
|
[Service]
|
|
ExecStart=forgejo-runner daemon
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
|
|
# This user and working directory must already exist
|
|
User=runner
|
|
WorkingDirectory=/home/runner
|
|
Restart=on-failure
|
|
TimeoutSec=0
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|