mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 13:46:18 +00:00
15 lines
290 B
Desktop File
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
|