Runner commands
Start & Stop:
Start Runner service:
sudo systemctl start gitlab-runner
Stop the runner service:
sudo systemctl stop gitlab-runner
System start
Start Runner service automatically at system startup:
sudo systemctl enable gitlab-runner
Do not start the runner service automatically at system startup:
sudo systemctl disable gitlab-runner
Similar articles
Was this page helpful?
On this page