From 8c29f6a572318fc4de63b084e2ee94021d52459a Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Wed, 25 Oct 2023 20:54:49 +0800 Subject: [PATCH] man/systemd.unit: add PropagatesStopTo= to reverse property table --- man/systemd.unit.xml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 3447391c9e9..83ac72a5a31 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -2080,17 +2080,17 @@ [Unit] section an automatic property - - Triggers= - TriggeredBy= - Automatic properties, see notes below - Conflicts= ConflictedBy= [Unit] section an automatic property + + Triggers= + TriggeredBy= + Automatic properties, see notes below + PropagatesReloadTo= ReloadPropagatedFrom= @@ -2100,6 +2100,15 @@ ReloadPropagatedFrom= PropagatesReloadTo= + + PropagatesStopTo= + StopPropagatedFrom= + [Unit] section + + + StopPropagatedFrom= + PropagatesStopTo= + Following= n/a -- 2.47.3