mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
cpuinfo: set to load earlier
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
c8abd3b5fa
commit
06f2b541e2
@ -18,7 +18,7 @@ if [ "${1}" = "late" ]; then
|
||||
DEST="/tmpRoot/usr/lib/systemd/system/cpuinfo.service"
|
||||
echo "[Unit]" >${DEST}
|
||||
echo "Description=Adds correct CPU Info" >>${DEST}
|
||||
echo "After=multi-user.target" >>${DEST}
|
||||
echo "After=sysinit.target" >>${DEST}
|
||||
echo >>${DEST}
|
||||
echo "[Service]" >>${DEST}
|
||||
echo "Type=oneshot" >>${DEST}
|
||||
|
Loading…
Reference in New Issue
Block a user