Siduction Forum

Siduction Forum => Software - Support => Topic started by: mylo on 2014/07/15, 20:46:41

Title: Accelerate startup
Post by: mylo on 2014/07/15, 20:46:41
Hi all,

Code: [Select]
systemd-analyze blame
         20.683s apache2.service
          1.557s mdadm-raid.service
          1.099s networking.service
           619ms NetworkManager.service
           617ms ModemManager.service
           580ms ntp.service
           392ms systemd-fsck-root.service
           391ms systemd-udev-settle.service
           220ms keyboard-setup.service
           204ms loadcpufreq.service
           201ms preload.service
           144ms dev-mqueue.mount

What was the way to disabling autostart of apache?
Title: Re: Accelerate startup
Post by: towo on 2014/07/15, 20:48:16
Code: [Select]
systemctl disable apache2.service
???
Title: Re: Accelerate startup
Post by: mylo on 2014/07/15, 20:55:41
Code: [Select]
systemd-analyze blame
           563ms mdadm-raid.service
           264ms systemd-udev-settle.service
           141ms ModemManager.service
           135ms loadcpufreq.service
           130ms NetworkManager.service
           114ms avahi-daemon.service

that did it. Thanks towo!