systemctl-preset-all
Reset all units to preset defaults
TLDR
Reset all units to preset defaults
SYNOPSIS
systemctl preset-all [OPTIONS]
DESCRIPTION
systemctl preset-all resets the enablement state of all installed unit files to the defaults defined in preset policy files. This applies distribution default settings to every unit on the system.
This is typically run once after initial system installation or when resetting to distribution defaults.
PARAMETERS
--preset-mode= MODE
full (default), enable-only, or disable-only-q, --quiet
Suppress output, return only exit code--user
Operate on user units
CAVEATS
This is a system-wide operation that can change many service enablement states. Use `--preset-mode` to limit to only enabling or disabling. Backup your current configuration before running.
HISTORY
The preset-all subcommand provides a way to reset the entire system to distribution-default service configuration, useful for recovery or standardization.
SEE ALSO
systemctl-preset(1), systemctl-enable(1), systemd.preset(5)
