add highlight as bash
This commit is contained in:
parent
2744208f03
commit
56cebf2828
@ -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:
|
For creating the key add store it to the file `/etc/munge/munge.key` the following script is provided:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
create-munge-key
|
create-munge-key
|
||||||
```
|
```
|
||||||
|
|
||||||
In the second step you can start und enable the munge service.
|
In the second step you can start und enable the munge service.
|
||||||
|
|
||||||
```
|
```bash
|
||||||
systemctl start munge
|
systemctl start munge
|
||||||
systemctl enalbe munge
|
systemctl enalbe munge
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user