mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
systemd: hwdb: fix udevadm path after systemd 209
This commit is contained in:
parent
76c47476ef
commit
2a9ff007e1
@ -6,7 +6,7 @@ Before=systemd-udevd.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=-/bin/udevadm hwdb --update
|
ExecStart=-/usr/bin/udevadm hwdb --update
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=basic.target
|
WantedBy=basic.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user