From cc4d5ed8d12eeb4008563aa8b7ce2e41e1f401e4 Mon Sep 17 00:00:00 2001 From: Adam Barlow <54908241+AdamTheCreator@users.noreply.github.com> Date: Wed, 22 Sep 2021 12:25:55 -0400 Subject: [PATCH] Duplicate description on customization the description for customizing self-hosted runners was listed twice --- ...uring-the-self-hosted-runner-application-as-a-service.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md b/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md index be2584a4df5c..e4f053a04abd 100644 --- a/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md +++ b/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md @@ -172,9 +172,3 @@ If you don't want to use the above default `systemd` service configuration, you {% endlinux %} {% mac %} - -## Customizing the self-hosted runner service - -If you don't want to use the above default launchd service configuration, you can create a customized service or use whichever service mechanism you prefer. Consider using the `plist` template at `actions-runner/bin/actions.runner.plist.template` as a reference. If you use a customized service, the self-hosted runner service must always be invoked using the `runsvc.sh` entry point. - -{% endmac %}