Skip to content
Snippets Groups Projects
Commit 5666a41a authored by Jan-Willem van der Meer's avatar Jan-Willem van der Meer
Browse files

Fix upstart instructions in README.md

Upstart conf's should exist in /etc/init instead of /etc/init.d
parent 5b70bcee
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -109,7 +109,7 @@ bin/setup -C /my/runner/working/directory
```
exit;
cd /home/gitlab_ci_runner/gitlab-ci-runner
sudo cp ./lib/support/upstart/gitlab-ci-runner.conf /etc/init.d/
sudo cp ./lib/support/upstart/gitlab-ci-runner.conf /etc/init/
```
 
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment