X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=d0431ce0673ce017ad1e84416317180f5b42f6db;hb=5aded369782f28255bc6b494ca905d7acaea7a56;hp=be0873c344b6353441825eed83275080d0d6d3ba;hpb=f1e4d93f573087655ab1d0adb725102d5d2c1960;p=elogind.git diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index be0873c34..d0431ce06 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -396,7 +396,7 @@ man:. For more information about the syntax of these URIs, see - uri7. The + uri7. The URIs should be listed in order of relevance, starting with the most relevant. It is a good idea to first @@ -901,6 +901,7 @@ ConditionCapability= ConditionACPower= ConditionNeedsUpdate= + ConditionFirstBoot= ConditionPathExists= ConditionPathExistsGlob= ConditionPathIsDirectory= @@ -990,7 +991,6 @@ oracle, xen, bochs, - chroot, uml, openvz, lxc, @@ -1052,7 +1052,7 @@ (i.e. this does not check whether capability is actually available in the permitted or effective sets, see - capabilities7 + capabilities7 for details). Pass a capability name such as CAP_MKNOD, possibly prefixed with an exclamation @@ -1102,6 +1102,18 @@ files's modification time gets reset indicating a completed update. + ConditionFirstBoot= + takes a boolean argument. This + condition may be used to + conditionalize units on whether the + system is booting up with an + unpopulated /etc + directory. This may be used to + populate /etc on + the first boot after factory reset, or + when a new system instances boots up + for the first time. + With ConditionPathExists= a file existence condition is @@ -1488,7 +1500,7 @@ systemd.scope5, systemd.slice5, systemd.time7, - capabilities7, + capabilities7, systemd.directives7, uname1