Skip to content

Commit c4ad6f9

Browse files
authored
Merge pull request github#15310 from FlashSheridan/patch-2
Document optional install [user] argument
2 parents efc4195 + a2d66bb commit c4ad6f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ You can manage the runner service in the Windows **Services** application, or yo
7878
```
7979
{% endmac %}
8080

81+
The command takes an optional `user` argument to install the service as a different user.
82+
83+
```shell
84+
./svc.sh install --user <em>USERNAME</em>
85+
```
86+
8187
## Starting the service
8288

8389
Start the service with the following command:

0 commit comments

Comments
 (0)