Skip to content

Commit

Permalink
Change systemd default target from graphical to multi-user
Browse files Browse the repository at this point in the history
  • Loading branch information
MouettE-SC committed Jun 11, 2023
1 parent 2805b4c commit 437fa29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ EOF
```
echo "b3" > /etc/hostname
```
- Set the default systemd target to `multi-user`:
```
systemctl set-default multi-user.target
```

### Cleanup

Expand Down

0 comments on commit 437fa29

Please sign in to comment.