From: Lennart Poettering Date: Mon, 6 Aug 2018 16:15:07 +0000 (+0200) Subject: units: improve Description= string a bit X-Git-Tag: v240~549^2~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14df094a51e87013d96ac697ae4f14593cbcad39;p=thirdparty%2Fsystemd.git units: improve Description= string a bit Let's not use the word "wrapper", as it's not clear what that is, and in some way any unit file is a "wrapper"... let's simply say that it's about the runtime directory. --- diff --git a/units/user-runtime-dir@.service.in b/units/user-runtime-dir@.service.in index 8c5407b881f..a8a53f3eadc 100644 --- a/units/user-runtime-dir@.service.in +++ b/units/user-runtime-dir@.service.in @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=/run/user/%i mount wrapper +Description=User runtime directory /run/user/%i Documentation=man:user@.service(5) After=systemd-user-sessions.service StopWhenUnneeded=yes