Skip to content

Commit

Permalink
Update restarting-services.md (#2941)
Browse files Browse the repository at this point in the history
Restart command and output were merged which made "copy" / "paste" hard....
  • Loading branch information
mzico authored and pujavs committed Nov 10, 2022
1 parent dbe60b7 commit b725ec7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/admin/vm-ops/restarting-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -53,4 +57,4 @@ This command is used for the `apache2` and `httpd` services.

```
systemctl reload [service name]
```
```

0 comments on commit b725ec7

Please sign in to comment.