summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-12-16 00:48:24 +0100
committerTom Gundersen <teg@jklm.no>2014-12-18 15:37:27 +0100
commit65eb4378c3e1de25383d8cd606909e64c71edc80 (patch)
tree96c6ce50bb3eefea4322a22884d15c013929fc7b /units
parentb98b483bac585af754e8a22ea890db8486905d8a (diff)
systemd-hwdb: introduce new tool
This pulls out the hwdb managment from udevadm into an independent tool. The old code is left in place for backwards compatibility, and easy of testing, but all documentation is dropped to encourage use of the new tool instead.
Diffstat (limited to 'units')
-rw-r--r--units/.gitignore2
-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 b8d6247b4..e44ccfefb 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 5b1f75d25..791528e2b 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