n/essentialsoftware.md: note systemd presets on threat of suffering

This commit is contained in:
Aminda Suomalainen 2024-09-04 10:08:24 +03:00
parent edd7f45c15
commit 50c6d96f4a
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -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)
@ -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`!