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>
This commit is contained in:
Vivien Didelot 2022-03-14 16:34:57 -04:00 committed by Luca Boccassi
parent 715193d1a6
commit 7080df5c2e

View file

@ -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)