-
- Downloads
systemd/systemd: ship a default user preset
This adds a default preset for user units, that disables them by default. This behavior is identical to what we do with system presets, which means that if we want a unit enabled by default then we need to add a preset for it or rely on some other unit to pull it in automatically. Without this default preset, user units are enabled by default when `systemctl preset` is run on them, which may not always be the desired behavior (i.e. we don't want this behavior with system units).
Please register or sign in to comment