fix(readme): add missing backticks to code snippet

This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2021-04-30 07:46:14 +01:00
parent a4ccded43f
commit aadf6b1998
No known key found for this signature in database
GPG Key ID: F8D8C0BEBAC898BD

View File

@ -5,12 +5,15 @@ The munge package.
MUNGE (**M**UNGE **U**id '**N**' **G**id **E**mporium) is an authentication service for creating and validating credentials.
A secret key must be created before starting the service for the first time. This can be done with the following command:
```bash
sudo -u munge /usr/sbin/mungekey -v
```
Please read `man 8 mungekey` for more information.
Please read `man 8 mungekey` for more information.
In the second step you can start and enable the munge service.
```bash
systemctl start munge
systemctl enable munge
```