mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
13 lines
223 B
Desktop File
13 lines
223 B
Desktop File
[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
|