From: Vivien Didelot Date: Mon, 14 Mar 2022 20:34:57 +0000 (-0400) Subject: units: fix factory-reset.target description X-Git-Tag: v251-rc1~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7080df5c2eb3c7f4b160e328b534b9b12f85da3b;p=thirdparty%2Fsystemd.git units: fix factory-reset.target description The current description for the factory reset target does not add any value and doesn't respect the definition of the related property as described in systemd.unit(5). Starting the target currently results in the following log: [ 11.139174] systemd[1]: Reached target Target that triggers factory reset. Does nothing by default.. [ OK ] Reached target Target that…set. Does nothing by default.. Simply update the target description to "Factory Reset". Signed-off-by: Vivien Didelot --- diff --git a/units/factory-reset.target b/units/factory-reset.target index 99f383d6b1a..d2c35ee031f 100644 --- a/units/factory-reset.target +++ b/units/factory-reset.target @@ -8,5 +8,5 @@ # (at your option) any later version. [Unit] -Description=Target that triggers factory reset. Does nothing by default. +Description=Factory Reset Documentation=man:systemd.special(7)