diff options
author | Vivien Didelot <vivien.didelot@gmail.com> | 2022-03-14 21:34:57 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-03-14 23:39:32 +0100 |
commit | 7080df5c2eb3c7f4b160e328b534b9b12f85da3b (patch) | |
tree | 440f9139971f32f5d3f1f46237302eafb759c07c /units/factory-reset.target | |
parent | Merge pull request #22734 from poettering/decimal-str-width-test (diff) | |
download | systemd-7080df5c2eb3c7f4b160e328b534b9b12f85da3b.tar.xz systemd-7080df5c2eb3c7f4b160e328b534b9b12f85da3b.zip |
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 <vivien.didelot@gmail.com>
Diffstat (limited to 'units/factory-reset.target')
-rw-r--r-- | units/factory-reset.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/factory-reset.target b/units/factory-reset.target index 99f383d6b1..d2c35ee031 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) |