diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-12 22:55:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-12 22:55:27 +0200 |
commit | 2edd4434e5bc6e5c7948df742d82f4bcd6c415f3 (patch) | |
tree | 4b283b03dbf3b58a533a6fa2077e931bdf686f4e /units/proc-sys-fs-binfmt_misc.mount | |
parent | execute: inherit from original input, not the fixed up (diff) | |
download | systemd-2edd4434e5bc6e5c7948df742d82f4bcd6c415f3.tar.xz systemd-2edd4434e5bc6e5c7948df742d82f4bcd6c415f3.zip |
mount: add automatic start ordering dependencies for mounts
Diffstat (limited to 'units/proc-sys-fs-binfmt_misc.mount')
-rw-r--r-- | units/proc-sys-fs-binfmt_misc.mount | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/proc-sys-fs-binfmt_misc.mount b/units/proc-sys-fs-binfmt_misc.mount index 0d6b196a6f..1829c2162a 100644 --- a/units/proc-sys-fs-binfmt_misc.mount +++ b/units/proc-sys-fs-binfmt_misc.mount @@ -7,6 +7,7 @@ [Unit] Description=Arbitrary Executable File Formats File System +DefaultDependencies=no [Mount] What=binfmt_misc |