Skip to content
Snippets Groups Projects
Commit d820ac3f authored by Elliott Slaughter's avatar Elliott Slaughter
Browse files

Fix typo on killall command.

In the official GitLab package for Ubuntu, gitlab-runner is symlinked to
gitlab-ci-multi-runner. When you attempt a killall command, you need to
type the latter.
parent 23bb5278
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ more in [Distributed runners caching][caching]. ...@@ -190,7 +190,7 @@ more in [Distributed runners caching][caching].
1. Stop the Runner: 1. Stop the Runner:
```bash ```bash
killall -SIGQUIT gitlab-runner killall -SIGQUIT gitlab-ci-multi-runner
``` ```
1. Wait until the Runner exits. You can check its status with: `gitlab-runner status` 1. Wait until the Runner exits. You can check its status with: `gitlab-runner status`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment