0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-08-14 13:43:00 +00:00
Files
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