X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fsystemd.path.xml;h=de284d877e0030cb37f6c9e8eb1d9395a8e1b039;hb=987719d37df5e7a6dfd1be7d697ed5886616cc56;hp=7200c8fe27671621187d3a58ddc57ca1c61af783;hpb=f5df066d1d28920e49cf03d5950330138ea4f236;p=thirdparty%2Fsystemd.git diff --git a/man/systemd.path.xml b/man/systemd.path.xml index 7200c8fe276..de284d877e0 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -1,39 +1,12 @@ - - - + systemd.path systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - @@ -84,21 +57,38 @@ Automatic Dependencies - If a path unit is beneath another mount unit in the file - system hierarchy, both a requirement and an ordering dependency - between both units are created automatically. - - An implicit Before= dependency is added - between a path unit and the unit it is supposed to activate. - - Unless DefaultDependencies=false in the [Unit] section is used, path - units will implicitly have dependencies of type Before= on paths.target, - dependencies of type After= and Requires= on - sysinit.target, and have dependencies of type Conflicts= and - Before= on shutdown.target. These ensure that path units are terminated - cleanly prior to system shutdown. Only path units involved with early boot or late system shutdown should disable - this option. - + + Implicit Dependencies + + The following dependencies are implicitly added: + + + If a path unit is beneath another mount unit in the file + system hierarchy, both a requirement and an ordering dependency + between both units are created automatically. + + An implicit Before= dependency is added + between a path unit and the unit it is supposed to activate. + + + + + Default Dependencies + + The following dependencies are added unless DefaultDependencies=no is set: + + + Path units will automatically have dependencies of type Before= on + paths.target, + dependencies of type After= and Requires= on + sysinit.target, and have dependencies of type Conflicts= and + Before= on shutdown.target. These ensure that path units are terminated + cleanly prior to system shutdown. Only path units involved with early boot or late system shutdown should + disable DefaultDependencies= option. + + + +