حاضرم بپذیرم اپدیت های سنگینشو ! حتی چرت و پرتای اضافه گنوم رو !
اینجا سرعت رو ترجیح میدم ب وسواسم !
حالا یعنی واقعا openrc سریع تره از systemd ؟ محسوس ؟
سرعت بوت openrc در حالت استاندارد از systemd کمتره اما با یک تنظیم ساده میشه موازی کاری رو در OpenRC روشن کرد که طبق تجربه خودم (در آرتیکس) حتی از systemd هم سریع تر میشه.
برای فعال کردن موازی کاری در OpenRC، پرونده rc.conf رو در /etc/ باز کنید و اینجا رو پیدا کنید:
# Global OpenRC configuration settings
# Set to "YES" if you want the rc system to try and start services
# in parallel for a slight speed improvement. When running in parallel we
# prefix the service output with its name as the output will get
# jumbled up.
# WARNING: whilst we have improved parallel, it can still potentially lock
# the boot process. Don't file bugs about this unless you can supply
# patches that fix it without breaking other things!
#rc_parallel="NO"
...
سپس rc-parallel رو YES بزارید
تمام.
نکته مهم: برای گرفتن بهترین نتیجه از rc-parallel ، بهتره اسکریپت هاتون رو از sysvinit style به openrc-run تبدیل کنید