summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@gmail.com>2022-03-14 16:34:57 -0400
committerLuca Boccassi <luca.boccassi@gmail.com>2022-03-14 22:39:32 +0000
commit7080df5c2eb3c7f4b160e328b534b9b12f85da3b (patch)
tree440f9139971f32f5d3f1f46237302eafb759c07c /units
parent715193d1a60ecfc144434c8ba59b86f5715fad44 (diff)
downloadsystemd-7080df5c2eb3c7f4b160e328b534b9b12f85da3b.tar.gz
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')
-rw-r--r--units/factory-reset.target2
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)