udevd: update snippet string

Repeating the unit name in the description is not useful, and "manages devices"
is too cryptic.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-05-30 17:15:20 +02:00
parent 8f0a346a29
commit d1109e12c0
2 changed files with 2 additions and 2 deletions

View File

@ -1472,7 +1472,7 @@ static int help(void) {
return log_oom(); return log_oom();
printf("%s [OPTIONS...]\n\n" 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" " -h --help Print this message\n"
" -V --version Print version of the program\n" " -V --version Print version of the program\n"
" -d --daemon Detach and run in the background\n" " -d --daemon Detach and run in the background\n"

View File

@ -8,7 +8,7 @@
# (at your option) any later version. # (at your option) any later version.
[Unit] [Unit]
Description=udev Kernel Device Manager Description=Rule-based manager for device events and files
Documentation=man:systemd-udevd.service(8) man:udev(7) Documentation=man:systemd-udevd.service(8) man:udev(7)
DefaultDependencies=no DefaultDependencies=no
After=systemd-sysusers.service systemd-hwdb-update.service After=systemd-sysusers.service systemd-hwdb-update.service