Skip to content

Commit

Permalink
n/essentialsoftware.md: note systemd presets on threat of suffering
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed Sep 4, 2024
1 parent edd7f45 commit 50c6d96
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions n/essentialsoftware.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ _{{ page.excerpt }}_
- [BTRFS](#btrfs)
- [Swap](#swap)
- [sudo](#sudo)
- [systemd presets](#systemd-presets)
- [Debian](#debian)
- [sources.list](#sourceslist)
- [`/etc/apt/preferences.d/whatever`](#etcaptpreferencesdwhatever)
Expand Down Expand Up @@ -199,6 +200,16 @@ Additionally Arch Linux should consider either
#%wheel ALL=(ALL:ALL) ALL
```

### systemd presets

You are practically **_guaranteed horrible time especially on Debian_**, unless
`/etc/systemd/system-preset` has a `whatever.preset` saying `disable *` as some
distributions consider it a good idea to autostart every installed service by
default.

To return to the preset state of nothing autostarting, execute the **_dangerous
if you don't know what you are doing_** command `sudo systemctl preset-all`.

### Debian

Remember to install `apt-transport-tor`!
Expand Down

0 comments on commit 50c6d96

Please sign in to comment.