summaryrefslogtreecommitdiff
path: root/presets/90-systemd.preset
Commit message (Collapse)AuthorAgeFilesLines
* presets: "disable" all passive targets by defaultZbigniew Jędrzejewski-Szmek2020-02-041-2/+18
| | | | | | | | | | | | | Officially we default to a "enable *", even though pretty much everybody overrides this with "disable *". We have a bunch of targets and services which should not be enabled by default. In case the default policy is not overriden, our passive units would be enabled by presets, which is generally not useful at all. So let's explicitly mark them as disabled. Note that this effectively changes very little. E.g. on Fedora, all the units listed in this patch were "disabled" already. Fixes #14648.
* Rename "system-preset" source dir to "presets"Zbigniew Jędrzejewski-Szmek2017-12-061-0/+36
I want to add presets/user/ later. This mirrors the layout for units: we have units/ and units/user. The advantage is that we avoid having yet another directory at the top level.