]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/unit.c
core: require mounts for the root and working directories
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 27 Jan 2014 06:23:20 +0000 (01:23 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 27 Jan 2014 06:23:41 +0000 (01:23 -0500)
commit36be24c8f82141fda995841d177e9e4113e1ef06
treefcc525d5ad0f2d86f84842085d1f2bbf1bb86328
parent70b64bd3561c2bbe6cad2e590d4e3e25426f75b5
core: require mounts for the root and working directories

We know that launching a unit will fail if some required directories
haven't been mounted yet. There's no point in starting it just to
have it fail even before it gets a chance to run.
src/core/unit.c