mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07: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:
@@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Setup machine-id
|
||||
DefaultDependencies=no
|
||||
Before=systemd-journald.service
|
||||
Before=systemd-journald.service systemd-tmpfiles-setup-dev.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
||||
Reference in New Issue
Block a user