X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=a03df65dcb50b24432a3e4606ebec0b3f26fbf00;hp=d6bb60486a2937b95fa48a13405efbb65f6850e5;hb=0009d2a63339af1ee9b6f18ab6cf42d68d089148;hpb=58c16a1a3c49471e77393ab7dd92b10603c744b4 diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index d6bb60486..a03df65dc 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -154,14 +154,14 @@ dev-sda.device refers to a device with the device node /dev/sda in the file system namespace. If this applies a special - way to escape the path name is used, so that it is - usable as part of a file name. Basically, given a - path, "/" is replaced by "-", and all unprintable - characters and the "-" are replaced by C-style "\x20" - escapes. The root directory "/" is encoded as single - dash, while otherwise the initial and ending "/" is - removed from all paths during transformation. This - escaping is reversible. + way to escape the path name is used, so that the + result is usable as part of a file name. Basically, + given a path, "/" is replaced by "-", and all + unprintable characters and the "-" are replaced by + C-style "\x20" escapes. The root directory "/" is + encoded as single dash, while otherwise the initial + and ending "/" is removed from all paths during + transformation. This escaping is reversible. Optionally, units may be instantiated from a template file at runtime. This allows creation of @@ -482,6 +482,19 @@ ones. + + IgnoreDependencyFailure= + + Takes a boolean + argument. If and + a requirement dependency of this unit + fails to start up this unit will be + started nonetheless, ignoring that + failure. If + (the default) and a dependency unit + fails the unit will immediately fail + too and the job is removed. + Unit file may include a [Install] section, which