1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Lakka-rk322x/packages/sysutils/systemd/system.d/hwdb.service
Matthias Reichl 03b32a6f08 systemd: cleanup hwdb.service
Use systemd-hwdb instead of deprecated udevadm hwdb command
and fix ordering - it should be pulled in by sysinit.target,
not basic.target.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-29 09:51:48 +02:00

15 lines
290 B
Desktop File

[Unit]
Description=Update hwdb.bin
DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-tmpfiles-setup.service
Before=sysinit.target shutdown.target systemd-udevd.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=systemd-hwdb update
[Install]
WantedBy=sysinit.target