Document 98e3547 create group and start service in source-installed quickstarts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user