Files
Arch-R/packages/sysutils/systemd/system.d/hwdb.service
2013-10-22 21:11:22 +03:00

13 lines
219 B
Desktop File

[Unit]
Description=Update hwdb.bin
DefaultDependencies=no
After=systemd-tmpfiles-setup.service
Before=systemd-udevd.service
[Service]
Type=oneshot
ExecStart=-/bin/udevadm hwdb --update
[Install]
WantedBy=basic.target