]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: improve Description= string a bit
authorLennart Poettering <lennart@poettering.net>
Mon, 6 Aug 2018 16:15:07 +0000 (18:15 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 13 Oct 2018 10:59:29 +0000 (12:59 +0200)
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.

units/user-runtime-dir@.service.in

index 8c5407b881f8770b4712380ce0feafc8d797e5cd..a8a53f3eadc0a25f9e46dc497c5a36fc20735de3 100644 (file)
@@ -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