add highlight as bash

This commit is contained in:
Pokorra, Gerd 2019-12-02 13:04:27 +01:00
parent 2744208f03
commit 56cebf2828

View File

@ -8,13 +8,13 @@ Bevor starting the service as the first time a secret key has to been created.
For creating the key add store it to the file `/etc/munge/munge.key` the following script is provided:
```
```bash
create-munge-key
```
In the second step you can start und enable the munge service.
```
```bash
systemctl start munge
systemctl enalbe munge
```