X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=3b3a9f3ca53d27f40cede4759b13b30d95a0e9f4;hb=fa2b196da12642d3560f5766eef09ffca7c31f7b;hp=93fb37b72b3f674eab50da7a09eece7ec1cb977e;hpb=8ff290af3b7db00eef76bdec61fee4aca7d84d0b;p=elogind.git diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 93fb37b72..3b3a9f3ca 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -44,7 +44,7 @@ systemd.unit - systemd unit configuration files + Unit configuration @@ -258,6 +258,21 @@ Runtime socket dir This is either /run (for the system manager) or $XDG_RUNTIME_DIR (for user managers). + + %u + User name + This is the name of the configured user of the unit, or (if none is set) the user running the systemd instance. + + + %h + User home directory + This is the home directory of the configured user of the unit, or (if none is set) the user running the systemd instance. + + + %s + User shell + This is the shell of the configured user of the unit, or (if none is set) the user running the systemd instance. + @@ -410,7 +425,7 @@ - BindTo= + BindsTo= Configures requirement dependencies, very similar in style to @@ -426,6 +441,21 @@ systemd. + + PartOf= + + Configures dependencies + similar to Requires=, + but limited to stopping and restarting + of units. When systemd stops or restarts + the units listed here, the action is + propagated to this unit. + Note that this is a one way dependency - + changes to this unit do not affect the + listed units. + + + Conflicts= @@ -527,8 +557,8 @@ - PropagateReloadTo= - PropagateReloadFrom= + PropagatesReloadTo= + ReloadPropagatedFrom= Lists one or more units where reload requests on the