After installing Ubuntu 16.04 on my computer to start up my PC takes a lot of time, why is this happening?
This systemd command will sort services with their execution time.
systemd
systemd-analyze blame
You can then stop unwanted services by executing:
systemctl stop service_name
To disable it from starting on boot(startup) execute:
systemctl disable service_name