diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/.gitignore | 2 | ||||
-rw-r--r-- | units/systemd-hwdb-update.service.in (renamed from units/systemd-udev-hwdb-update.service.in) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/units/.gitignore b/units/.gitignore index b8d6247b40..e44ccfefbe 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -66,7 +66,7 @@ /systemd-tmpfiles-setup-dev.service /systemd-tmpfiles-setup.service /systemd-tmpfiles.service -/systemd-udev-hwdb-update.service +/systemd-hwdb-update.service /systemd-udev-settle.service /systemd-udev-trigger.service /systemd-udevd.service diff --git a/units/systemd-udev-hwdb-update.service.in b/units/systemd-hwdb-update.service.in index 5b1f75d250..791528e2b2 100644 --- a/units/systemd-udev-hwdb-update.service.in +++ b/units/systemd-hwdb-update.service.in @@ -7,7 +7,7 @@ [Unit] Description=Rebuild Hardware Database -Documentation=man:udev(7) man:systemd-udevd.service(8) +Documentation=man:hwdb(7) man:systemd-hwdb(8) DefaultDependencies=no Conflicts=shutdown.target After=systemd-remount-fs.service @@ -20,4 +20,4 @@ ConditionDirectoryNotEmpty=|/etc/udev/hwdb.d/ [Service] Type=oneshot RemainAfterExit=yes -ExecStart=@rootbindir@/udevadm hwdb --update +ExecStart=@rootbindir@/systemd-hwdb update |