diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-11 02:47:14 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-11 02:52:34 +0100 |
commit | 4dcc1cb4155c4a72155e36a5461ab0847d4f1bf1 (patch) | |
tree | f063a012742604c46b30083672d2c0dd5069e095 /man/systemd.unit.xml | |
parent | bd1a69818042e85e24ec3adaf5eb3ac30ab1d9fd (diff) |
unit: implement new PropagateReloadTo=/PropagateReloadFrom= operations
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 897f99f24c..30559b99f8 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -510,6 +510,22 @@ </varlistentry> <varlistentry> + <term><varname>PropagateReloadTo=</varname></term> + <term><varname>PropagateReloadFrom=</varname></term> + + <listitem><para>Lists one or more + units where reload requests on the + unit will be propagated to/on the + other unit will be propagated + from. Issuing a reload request on a + unit will automatically also enqueue a + reload request on all units that the + reload request shall be propagated to + via these two + settings.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>OnFailureIsolate=</varname></term> <listitem><para>Takes a boolean |