Commit 51486b1a authored by Evan Read's avatar Evan Read
Browse files

Merge branch 'patch-3' into 'master'

Added --system flag information into gitlab-runner install command

Closes gitlab-ce#61847

See merge request !1378
parents 030c6368 f9d5a4e7
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -346,6 +346,7 @@ allows you to drop privileges of builds run with the **shell** executor.

| Parameter             | Default               | Description |
|-----------------------|-----------------------|-------------|
| `--service`           | `gitlab-runner`       | Specify service name to use |
| `--syslog`            | `true`                | Specify if the service should integrate with system logging service |
| `--working-directory` | the current directory | Specify the root directory where all data will be stored when builds will be run with the **shell** executor |
| `--user`              | `root`                | Specify the user which will be used to execute builds |