X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=be0873c344b6353441825eed83275080d0d6d3ba;hp=b337bb42bcfc593d9b05f0fce3097b9737982ed5;hb=f1e4d93f573087655ab1d0adb725102d5d2c1960;hpb=d54c4993699f4fa5feece43715aac3564c4dada6 diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index b337bb42b..be0873c34 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -900,6 +900,7 @@ ConditionSecurity= ConditionCapability= ConditionACPower= + ConditionNeedsUpdate= ConditionPathExists= ConditionPathExistsGlob= ConditionPathIsDirectory= @@ -930,7 +931,9 @@ x86, x86-64, ppc, + ppc-le, ppc64, + ppc64-le, ia64, parisc, parisc64, @@ -939,7 +942,9 @@ sparc, sparc64, mips, + mips-le, mips64, + mips64-le, alpha, arm, arm-be, @@ -947,7 +952,9 @@ arm64-be, sh, sh64, - m86k to test + m86k, + tilegx, + cris to test against a specific architecture. The architecture is determined from the information returned by @@ -1068,6 +1075,33 @@ all AC connectors are disconnected from a power source. + ConditionNeedsUpdate= + takes one of /var + or /etc as + argument, possibly prefixed with a + ! (for inverting + the condition). This condition may be + used to conditionalize units on + whether the specified directory + requires an update because + /usr's + modification time is newer than the + stamp file + .updated in the + specified directory. This is useful to + implement offline updates of the + vendor operating system resources in + /usr that require + updating of /etc + or /var on the + next following boot. Units making use + of this condition should order + themselves before + systemd-update-done.service8, + to make sure they run before the stamp + files's modification time gets reset + indicating a completed update. + With ConditionPathExists= a file existence condition is @@ -1181,7 +1215,7 @@ useful for implementation of generator tools that convert configuration from an external configuration file format - into native unit files. Thus + into native unit files. This functionality should not be used in normal units. @@ -1290,7 +1324,7 @@ DefaultInstance= - In template unit files + In template unit files, this specifies for which instance the unit shall be enabled if the template is enabled without any explicitly set