Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ You can manage the runner service in the Windows **Services** application, or yo
```
{% endmac %}

The command takes an optional `user` argument to install the service as a different user.
The command takes an optional second argument to install the service as a different user.

```shell
./svc.sh install --user <em>USERNAME</em>
./svc.sh install <em>USERNAME</em>
```

## Starting the service
Expand Down