
Originally Posted by
cain071546
Code:
UNIT LOAD ACTIVE SUB DESCRIPTION
accounts-daemon.service loaded active running Accounts Service
acpid.service loaded active running ACPI event daemon
alsa-restore.service loaded active exited Save/Restore Sound Card
alsa-state.service loaded inactive dead Manage Sound Card State
anacron.service loaded inactive dead Run anacron jobs
apparmor.service loaded active exited LSB: AppArmor initializa
apport.service loaded active exited LSB: automatic crash rep
apt-daily.service loaded inactive dead Daily apt activities
● auditd.service not-found inactive dead auditd.service
avahi-daemon.service loaded active running Avahi mDNS/DNS-SD Stack
brltty.service loaded inactive dead Braille Device Support
● cloud-init.service not-found inactive dead cloud-init.service
colord.service loaded active running Manage, Install and Gene
● console-screen.service not-found inactive dead console-screen.service
console-setup.service loaded active exited Set console font and key
cron.service loaded active running Regular background progr
cups-browsed.service loaded active running Make remote CUPS printer
cups.service loaded inactive dead CUPS Scheduler
dbus.service loaded active running D-Bus System Message Bus
dns-clean.service loaded inactive dead Clean up any mess left b
emergency.service loaded inactive dead Emergency Shell
failsafe-x.service loaded inactive dead X.org diagnosis failsafe
Well I was wrong...that was not that helpful after all'
Not sure what is hanging up "apt-daily.service" That a new one for me.
If this bothers you greatly you can adjust systemd time out period by editing the "/etc/systemd/system.conf" file.
I always have thought that 90 Secs was to long to wait.
issue these commands as an example of how to edit /etc/systemd/system.conf
Code:
sudo cp /etc/systemd/system.conf /etc/systemd/system.conf.bu
That will make a back-up for safety.
Code:
gksudo <your favorite text editor here> /etc/systemd/system.conf
Look for and change these 2 lines
Code:
#DefaultTimeoutStartSec=90s
#DefaultTimeoutStopSec=90s
Mine now look like this
Code:
DefaultTimeoutStartSec=10s
DefaultTimeoutStopSec=10s
Been doing that for year now and nothing bad has come of it.
Bookmarks