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