From a8056b1af4f9f24b2d6e9652ab557cf3285f211d Mon Sep 17 00:00:00 2001 From: mzico Date: Wed, 9 Nov 2022 18:08:26 +0600 Subject: [PATCH] Update restarting-services.md (#2941) Restart command and output were merged which made "copy" / "paste" hard.... --- docs/admin/vm-ops/restarting-services.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/admin/vm-ops/restarting-services.md b/docs/admin/vm-ops/restarting-services.md index 135ae3b1c3b..522f56eb333 100644 --- a/docs/admin/vm-ops/restarting-services.md +++ b/docs/admin/vm-ops/restarting-services.md @@ -9,6 +9,10 @@ tags: ```bash $ sudo systemctl list-units --all "jans*" +``` + +Output should be like below: +``` UNIT LOAD ACTIVE SUB DESCRIPTION jans-auth.service loaded active running Janssen OAauth service jans-config-api.service loaded active running Janssen Config API service @@ -53,4 +57,4 @@ This command is used for the `apache2` and `httpd` services. ``` systemctl reload [service name] -``` \ No newline at end of file +```