Document 98e3547 create group and start service in source-installed quickstarts

This commit is contained in:
Brian Clemens
2021-03-08 21:04:50 +09:00
parent af681eabf5
commit 73e8265c38
2 changed files with 26 additions and 0 deletions

View File

@@ -46,6 +46,19 @@ nfs:
- /var/warewulf
```
## Start and enable the Warewulf service
```bash
# Create the group the warewulfd service will run as
$ sudo groupadd -r warewulf
# Reload system services
$ sudo systemctl daemon-reload
# Start and enable the warewulfd service
$ sudo systemctl enable --now warewulfd
```
## Configure system services automatically
```bash

View File

@@ -48,6 +48,19 @@ nfs:
- /var/warewulf
```
## Start and enable the Warewulf service
```bash
# Create the group the warewulfd service will run as
$ sudo groupadd -r warewulf
# Reload system services
$ sudo systemctl daemon-reload
# Start and enable the warewulfd service
$ sudo systemctl enable --now warewulfd
```
## Configure system services automatically
```bash