diff options
author | Harald Seiler <hws@denx.de> | 2020-09-06 21:23:36 +0200 |
---|---|---|
committer | Harald Seiler <hws@denx.de> | 2020-10-19 12:33:39 +0200 |
commit | 7139e9d9a3857724a857615a4bd80f857685eb97 (patch) | |
tree | 75356d18d6076121c7c478133e9a4d8d40c7a6eb /presets | |
parent | Translated using Weblate (Belarusian) (diff) | |
download | systemd-7139e9d9a3857724a857615a4bd80f857685eb97.tar.xz systemd-7139e9d9a3857724a857615a4bd80f857685eb97.zip |
preset: don't enable proc-sys-fs-binfmt_misc.mount
The proc-sys-fs-binfmt_misc.mount unit should not be enabled by
preset-all because it should only be used as fallback in case
proc-sys-fs-binfmt_misc.automount cannot be used on a system. In these
cases it should be enabled manually by an administrator.
Diffstat (limited to 'presets')
-rw-r--r-- | presets/90-systemd.preset | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/presets/90-systemd.preset b/presets/90-systemd.preset index dd268ae1b5..9e430904f1 100644 --- a/presets/90-systemd.preset +++ b/presets/90-systemd.preset @@ -37,6 +37,7 @@ disable systemd-networkd-wait-online.service disable systemd-time-wait-sync.service disable systemd-boot-check-no-failures.service disable systemd-network-generator.service +disable proc-sys-fs-binfmt_misc.mount disable syslog.socket |