From bef9094a353de95015363f329c935ded8ebbf923 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 4 Sep 2024 10:11:02 +0300 Subject: [PATCH] essentialsoftware.md: note also systemctl daemon-reload just in case --- n/essentialsoftware.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/n/essentialsoftware.md b/n/essentialsoftware.md index 52c5815..e78351b 100644 --- a/n/essentialsoftware.md +++ b/n/essentialsoftware.md @@ -205,7 +205,8 @@ Additionally Arch Linux should consider either 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. +default. I am unsure on whether this requires `sudo systemctl daemon-reload` to +apply. 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`.