]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udevd: update snippet string 15982/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 30 May 2020 15:15:20 +0000 (17:15 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 30 May 2020 15:15:20 +0000 (17:15 +0200)
Repeating the unit name in the description is not useful, and "manages devices"
is too cryptic.

src/udev/udevd.c
units/systemd-udevd.service.in

index 1d2ef2579530030d421048ed81d99c5c9aed0991..697fd8a043d7aa2d4b8b8f2e3b66ca52a72317ac 100644 (file)
@@ -1472,7 +1472,7 @@ static int help(void) {
                 return log_oom();
 
         printf("%s [OPTIONS...]\n\n"
-               "Manages devices.\n\n"
+               "Rule-based manager for device events and files.\n\n"
                "  -h --help                   Print this message\n"
                "  -V --version                Print version of the program\n"
                "  -d --daemon                 Detach and run in the background\n"
index f3ebaa18a64a68f68ed8406892a4505e30a09b27..5d9a1007f12c78334873b8620a38bf2aedca35c4 100644 (file)
@@ -8,7 +8,7 @@
 #  (at your option) any later version.
 
 [Unit]
-Description=udev Kernel Device Manager
+Description=Rule-based manager for device events and files
 Documentation=man:systemd-udevd.service(8) man:udev(7)
 DefaultDependencies=no
 After=systemd-sysusers.service systemd-hwdb-update.service