Skip to content

Commit 7cd968b

Browse files
FlashSheridanSarah Edwards
andauthored
state the argument name/give an example
Suggestion from skedwards88. Co-authored-by: Sarah Edwards <[email protected]>
1 parent 5d01a00 commit 7cd968b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ You can manage the runner service in the Windows **Services** application, or yo
7979
```
8080
{% endmac %}
8181

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

8488
## Starting the service
8589

0 commit comments

Comments
 (0)