diff options
author | Christian Hesse <mail@eworm.de> | 2023-07-07 10:20:10 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-07-07 11:10:56 +0200 |
commit | 24752c41a4609326f740eb785a47f89ae59b2a85 (patch) | |
tree | eedef1e4184555fdcc51a8b417fd499f4eb98abe /man/systemd.unit.xml | |
parent | fstab-generator: unify initrd-root-device.target dependency handling code (diff) | |
download | systemd-24752c41a4609326f740eb785a47f89ae59b2a85.tar.xz systemd-24752c41a4609326f740eb785a47f89ae59b2a85.zip |
man/systemd.unit: document restart behavior on Upholds=
Behavior on constantly failing (or oneshot) unit was unclear. Let's
document it here.
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 059df6fc12..94a5a30f92 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -745,7 +745,7 @@ has a one-time effect when this units started, a <varname>Upholds=</varname> dependency on it has a continuous effect, constantly restarting the unit if necessary. This is an alternative to the <varname>Restart=</varname> setting of service units, to ensure they are kept running whatever - happens.</para> + happens. The restart happens without delay, and usual per-unit rate-limit applies.</para> <para>When <varname>Upholds=b.service</varname> is used on <filename>a.service</filename>, this dependency will show as <varname>UpheldBy=a.service</varname> in the property listing of |