mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
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.
13 lines
249 B
Desktop File
13 lines
249 B
Desktop File
[Unit]
|
|
Description=Setup machine-id
|
|
DefaultDependencies=no
|
|
Before=systemd-journald.service systemd-tmpfiles-setup-dev.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/systemd-machine-id-setup
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|