Having tried differen ways but none worked - How do I disable a service from auto-start at boot in Ubuntu?
- by Howard Guo
This really doesn't make sense. I've been using many other distros and never had such difficulty managing autostart services.
I found three ways of disabling autostart services, and none of them works for me:
update-rc.d -f service_name remove
chkconfig --level 12345 service_name off
sysv-rc-conf
I tried all the three ways to disable mysql…