X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=b1f8108984377dd76e45e62b2dcab985d819efb3;hp=cd3279c192441d8058c72eca346ea068880ada27;hb=e26807239bd65bc17535a53cd540f38600e7ef24;hpb=45035609fcfc3fe09324988c4929a3c147171c23 diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index cd3279c19..b1f810898 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -901,6 +901,7 @@ ConditionCapability= ConditionACPower= ConditionNeedsUpdate= + ConditionFirstBoot= ConditionPathExists= ConditionPathExistsGlob= ConditionPathIsDirectory= @@ -1101,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