]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/mount.c
units: automatically order all mount units after network.target
authorLennart Poettering <lennart@poettering.net>
Wed, 27 Mar 2013 01:51:33 +0000 (02:51 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 27 Mar 2013 01:56:32 +0000 (02:56 +0100)
commita63a5c4687d192d89eea9715db2a56c810111de8
tree082a90c6a0fafc229bfd5fded9b4e2631804549d
parent1183f9b2252d0ee45ec7ad32ba34be746ceaaf6e
units: automatically order all mount units after network.target

Previously it was necessary to pull in remote-fs-pre.target to order the
mount units against network.target since the ordering was done
transitively via remote-fs-pre.target.

As network implementations shouldn't need to know about the specific
use-case of network mounts we instead now simply order network.target
against all mounts too. This should make it unnecessary for network
managing services to import remote-fs-pre.target explicitly, as
network.target will now suffice.
src/core/mount.c