mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-21 19:49:27 +01:00
n/essentialsoftware.md: note systemd presets on threat of suffering
This commit is contained in:
parent
edd7f45c15
commit
50c6d96f4a
@ -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`!
|
||||
|
Loading…
Reference in New Issue
Block a user