distribution/packages/sysutils/systemd/system.d/hwdb.service

13 lines
223 B
SYSTEMD
Raw Normal View History

2022-02-05 14:23:32 +00:00
[Unit]
Description=Update hwdb.bin
DefaultDependencies=no
After=systemd-tmpfiles-setup.service
Before=systemd-udevd.service
[Service]
Type=oneshot
ExecStart=-/usr/bin/udevadm hwdb --update
[Install]
WantedBy=basic.target