Смотрите, какая служба ожидает. systemd-analyze blame
Друзья, не найду конфиг где поправить timeout.При загрузке ОС (regular xfce sysv) - секунд 10 висит waiting for connectionКто занет где уменьшить время ожидания?
grep -r 'Waiting for connection' /etc/ 2>/dev/null
/etc/rc.d/init.d/NetworkManager: action "Waiting for connection:" nm-online -s -q -t "$NM_CONNECTION_WAIT"
grep -r 'NM_CONNECTION_WAIT' /etc/ 2>/dev/null
/etc/sysconfig/NetworkManager:NM_CONNECTION_WAIT=30/etc/rc.d/init.d/NetworkManager: if [ -n "$NM_CONNECTION_WAIT" ]; then/etc/rc.d/init.d/NetworkManager: action "Waiting for connection:" nm-online -s -q -t "$NM_CONNECTION_WAIT"
sed -n '17,28p' /etc/sysconfig/NetworkManager
# If defined, then there will be the delay while boot until# a network connection will be established by NetworkManager.# The value is a maximum waiting time specified in seconds.# NOTE: It will work properly only if the network interfaces# controlled by NetworkManager and configured in some# system-wide way, by configuration files in /etc/net or# NetworkManager's keyfile plugin configs.# (SysV init script only. With systemd use# NetworkManager-wait-online.service)NM_CONNECTION_WAIT=30
man bash | less -p '\-n string'
man nm-online | less -p '\-t \| --timeout seconds'
man nm-online | less -p '\-s \| --wait-for-startup'
как две копейки вещей