From e73e821ac9f38e6e89d434b0964accb1be804ab8 Mon Sep 17 00:00:00 2001 From: PSJ <51746608+thispsj@users.noreply.github.com> Date: Thu, 26 Aug 2021 12:13:52 +0530 Subject: [PATCH 1/3] Update command-line-utilities.md --- .../configuring-your-enterprise/command-line-utilities.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md b/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md index bbfeb22ce9..0355c1ce71 100644 --- a/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md +++ b/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md @@ -316,6 +316,8 @@ stop/waiting - ghe-replica-mode ``` +{% ifversion ghes > 2.22 %} + {% tip %} The service names returned from this command can be used with [`systemctl`](https://www.freedesktop.org/software/systemd/man/systemctl.html) commands to stop, start, or restart these services manually, if needed. For example: @@ -328,6 +330,8 @@ Stopping services will cause downtime on your installation, so we recommend you {% endtip %} +{% endif %} + ### ghe-set-password With `ghe-set-password`, you can set a new password to authenticate into the [{% data variables.enterprise.management_console %}](/enterprise/{{ currentVersion }}/admin/guides/installation/accessing-the-management-console). From 5c6c7dce2256ff68b0cfe89df8374eb1cc2098a7 Mon Sep 17 00:00:00 2001 From: PSJ <51746608+thispsj@users.noreply.github.com> Date: Thu, 26 Aug 2021 20:03:28 +0530 Subject: [PATCH 2/3] Fix condition --- .../configuring-your-enterprise/command-line-utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md b/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md index 0355c1ce71..63cf6bee0c 100644 --- a/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md +++ b/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md @@ -316,7 +316,7 @@ stop/waiting - ghe-replica-mode ``` -{% ifversion ghes > 2.22 %} +{% ifversion ghes < 2.22 %} {% tip %} From 300ddd8115dc2383f618bfa035e80e5c0ea3b776 Mon Sep 17 00:00:00 2001 From: PSJ <51746608+thispsj@users.noreply.github.com> Date: Thu, 16 Sep 2021 19:51:54 +0530 Subject: [PATCH 3/3] Remove not completely --- .../command-line-utilities.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md b/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md index 8f33b64692..6b3276e274 100644 --- a/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md +++ b/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md @@ -350,22 +350,6 @@ stop/waiting - ghe-replica-mode ``` -{% ifversion ghes < 2.22 %} - -{% tip %} - -The service names returned from this command can be used with [`systemctl`](https://www.freedesktop.org/software/systemd/man/systemctl.html) commands to stop, start, or restart these services manually, if needed. For example: - -```shell -$ sudo systemctl restart github-resqued -``` - -Stopping services will cause downtime on your installation, so we recommend you contact {% data variables.contact.contact_ent_support %} before stopping or restarting any service. - -{% endtip %} - -{% endif %} - ### ghe-set-password With `ghe-set-password`, you can set a new password to authenticate into the [{% data variables.enterprise.management_console %}](/enterprise/{{ currentVersion }}/admin/guides/installation/accessing-the-management-console).