Skip to content

Commit bc53d41

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 6ff9e90 + 0735041 commit bc53d41

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ $ cat ~/actions-runner/.service
5555
actions.runner.octo-org-octo-repo.runner01.service
5656
```
5757

58+
If this fails due to the service being installed elsewhere, you can find the service name in the list of running services. For example, on most Linux systems you can use the `systemctl` command:
59+
60+
```shell
61+
$ systemctl --type=service | grep actions.runner
62+
actions.runner.octo-org-octo-repo.hostname.service loaded active running GitHub Actions Runner (octo-org-octo-repo.hostname)
63+
```
64+
5865
You can use `journalctl` to monitor the real-time activity of the self-hosted runner:
5966

6067
```shell

0 commit comments

Comments
 (0)