mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
systemd: machine-id.service is required for systemd-tmpfiles-setup-dev.service
fixes unneeded console messages (mostly for first boot): [FAILED] Failed to start Create Static Device Nodes in /dev. See 'systemctl status systemd-tmpfiles-setup-dev.service' for details. [ OK ] Reached target Local File Systems (Pre). [ OK ] Mounted Debug File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Variable Directory. [ OK ] Mounted Temporary Directory. [ OK ] Started Setup machine-id. [ OK Starting Journal Service... [ OK ] Reached target Local File Systems. Starting Setup Timezone data... [ OK ] Started Setup Timezone data.
This commit is contained in:
parent
ae704a715f
commit
b3f49fad47
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Setup machine-id
|
Description=Setup machine-id
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Before=systemd-journald.service
|
Before=systemd-journald.service systemd-tmpfiles-setup-dev.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user