X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=86a8cbb330e8d3a5bf4e5afe0dc80b5fa35faf7e;hb=f7a5bb2842037fa27dbc99d92c3fee7fe1bbbc2a;hp=960fb90dbd1d8080bbb97958327b0574b5270300;hpb=cdf0c7abf8594db37bbb0720f7c18a1765465110;p=elogind.git diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 960fb90db..86a8cbb33 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -74,6 +74,8 @@ $HOME/.config/systemd/user/* /etc/systemd/user/* /run/systemd/user/* +$XDG_DATA_HOME/systemd/user/* +$HOME/.local/share/systemd/user/* /usr/lib/systemd/user/* ... @@ -338,9 +340,17 @@ /run/systemd/user Runtime units + + $XDG_DATA_HOME/systemd/user + Units of packages that have been installed in the home directory (only used when $XDG_DATA_HOME is set) + + + $HOME/.local/share/systemd/user + Units of packages that have been installed in the home directory (only used when $XDG_DATA_HOME is not set) + /usr/lib/systemd/user - Units of installed packages + Units of packages that have been installed system-wide @@ -396,7 +406,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 +911,7 @@ ConditionCapability= ConditionACPower= ConditionNeedsUpdate= + ConditionFirstBoot= ConditionPathExists= ConditionPathExistsGlob= ConditionPathIsDirectory= @@ -931,7 +942,9 @@ x86, x86-64, ppc, + ppc-le, ppc64, + ppc64-le, ia64, parisc, parisc64, @@ -940,7 +953,9 @@ sparc, sparc64, mips, + mips-le, mips64, + mips64-le, alpha, arm, arm-be, @@ -948,7 +963,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 @@ -979,12 +996,12 @@ virtualization solution, or one of qemu, kvm, + zvm, vmware, microsoft, oracle, xen, bochs, - chroot, uml, openvz, lxc, @@ -1046,7 +1063,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 @@ -1096,6 +1113,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 @@ -1482,7 +1511,7 @@ systemd.scope5, systemd.slice5, systemd.time7, - capabilities7, + capabilities7, systemd.directives7, uname1