Linux: Systemd tăng tốc độ boot Linux.
Thỉnh thoảng bạn thấy Linux boot rất chậm. Ta nên thử chỉnh lại cho nhanh. Áp dụng cho các phiên bản CentOS 7 và RHEL 7.
Đầu tiên dùng lệnh
systemctl edit --full NetworkManager-wait-online.service
Trình soạn thảo nano sẽ mở file ra. Ta tìm dòng
ExecStart=/usr/bin/nm-online -s -q --timeout=30
và sửa lại như sau:
ExecStart=/usr/bin/nm-online -s -q --timeout=1
Thực hiện lưu lại và thoát ra.
Sau đó reload lại daemon sử dụng
systemctl daemon-reload
Thực hiện reboot lại và xem kết quả.
Đầu tiên dùng lệnh
systemctl edit --full NetworkManager-wait-online.service
Trình soạn thảo nano sẽ mở file ra. Ta tìm dòng
ExecStart=/usr/bin/nm-online -s -q --timeout=30
và sửa lại như sau:
ExecStart=/usr/bin/nm-online -s -q --timeout=1
Thực hiện lưu lại và thoát ra.
Sau đó reload lại daemon sử dụng
systemctl daemon-reload
Thực hiện reboot lại và xem kết quả.
Không có nhận xét nào:
Đăng nhận xét