Skip to content

Commit

Permalink
Update restarting-services.md (#2943)
Browse files Browse the repository at this point in the history
Adding some other service related info...
  • Loading branch information
mzico authored Nov 9, 2022
1 parent 7b58671 commit 864691d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/admin/vm-ops/restarting-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ SUB = The low-level unit activation state, values depend on unit type.
5 loaded units listed.
```

## Other Services

There are more services other than Jans services like LDAP or Apache. To get the status of those services make sure you use command like

```bash
sudo systemctl list-units --all "apache2*"
```


## Commands (Ubuntu 20.04, RHEL 8, SUSE 15)

### Start
Expand Down

0 comments on commit 864691d

Please sign in to comment.