mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
systemd: add hwdb.service
This commit is contained in:
parent
aabb4fdf41
commit
e0166f1fdb
@ -191,4 +191,5 @@ post_install() {
|
|||||||
enable_service machine-id.service
|
enable_service machine-id.service
|
||||||
enable_service debugconfig.service
|
enable_service debugconfig.service
|
||||||
enable_service userconfig.service
|
enable_service userconfig.service
|
||||||
|
enable_service hwdb.service
|
||||||
}
|
}
|
||||||
|
12
packages/sysutils/systemd/system.d/hwdb.service
Normal file
12
packages/sysutils/systemd/system.d/hwdb.service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[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
|
Loading…
x
Reference in New Issue
Block a user