Skip to content

Commit

Permalink
Merge pull request #16 from tokk-nv/main
Browse files Browse the repository at this point in the history
Remove  sign from single-line code snippet
  • Loading branch information
tokk-nv authored Oct 13, 2023
2 parents 65d2f4e + 4fce539 commit 7daceaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tips_ram-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ If you wish to make this persistent across reboots, you can use the following co
- To disable desktop on boot

```
$ sudo systemctl set-default multi-user.target
sudo systemctl set-default multi-user.target
```

- To enable desktop on boot

```
$ sudo systemctl set-default graphical.target
sudo systemctl set-default graphical.target
```

## Disabling misc services
Expand Down

0 comments on commit 7daceaa

Please sign in to comment.