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 +```