From e740ce117a2996c54aaf52c5b631615cbf5c4629 Mon Sep 17 00:00:00 2001 From: mzico Date: Wed, 9 Nov 2022 18:07:39 +0600 Subject: [PATCH] Update restarting-services.md 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 +```