Система загружается за 54 секунды:) Смена auto на allow-hotplug ничего не решает
systemd-analyze critical-chain
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.
graphical.target @1min 37.227s
└─multi-user.target @1min 37.227s
└─ejabberd.service @1min 62ms +37.165s
└─nss-lookup.target @56.800s
└─bind9.service @56.800s
└─basic.target @56.797s
└─paths.target @56.794s
└─cups.path @56.794s
└─sysinit.target @56.776s
└─networking.service @6.801s +49.974s
└─local-fs.target @6.799s
└─run-user-1000.mount @1min 33.131s
└─local-fs-pre.target @4.484s
└─systemd-remount-fs.service @4.373s +111ms
└─keyboard-setup.service @2.073s +2.299s
└─systemd-udevd.service @2.038s +34ms
└─systemd-tmpfiles-setup-dev.service @1.691s +346ms
└─kmod-static-nodes.service @1.567s +123ms
└─system.slice @1.430s
└─-.slice @1.430s
cat /etc/network/interfaces | egrep -v "(^#.*|^$)"
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
auto br0
iface br0 inet static
address 192.168.0.100
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0
bridge_fd 0
bridge_maxwait 0
dns-nameservers 8.8.8.8 4.4.4.4
up /sbin/brctl stp br0 on
post-up /root/rc.firewall.sh
auto wlan0
iface wlan0 inet static
address 192.168.0.103
netmask 255.255.255.0
dns-nameservers 8.8.8.8 4.4.4.4
wpa-ssid some_id
wpa-psk some_hash
post-up ifconfig $IFACE down