698723
From 50a4e03d2da89df32f2f63eb56051d789508ae75 Mon Sep 17 00:00:00 2001
698723
From: Lennart Poettering <lennart@poettering.net>
698723
Date: Mon, 6 Aug 2018 18:15:07 +0200
698723
Subject: [PATCH] units: improve Description= string a bit
698723
698723
Let's not use the word "wrapper", as it's not clear what that is, and in
698723
some way any unit file is a "wrapper"... let's simply say that it's
698723
about the runtime directory.
698723
698723
(cherry picked from commit 14df094a51e87013d96ac697ae4f14593cbcad39)
698723
698723
Related: #1642460
698723
---
698723
 units/user-runtime-dir@.service.in | 2 +-
698723
 1 file changed, 1 insertion(+), 1 deletion(-)
698723
698723
diff --git a/units/user-runtime-dir@.service.in b/units/user-runtime-dir@.service.in
698723
index bfd6488d61..63db1cca6a 100644
698723
--- a/units/user-runtime-dir@.service.in
698723
+++ b/units/user-runtime-dir@.service.in
698723
@@ -8,7 +8,7 @@
698723
 #  (at your option) any later version.
698723
 
698723
 [Unit]
698723
-Description=/run/user/%i mount wrapper
698723
+Description=User runtime directory /run/user/%i
698723
 After=systemd-user-sessions.service
698723
 StopWhenUnneeded=yes
698723