sudo apt-get install bumInstructions for other ways to install BuM are provided on the project's homepage linked above.
Also check this great answer on askubuntu for other ways to accomplish this. The upstart method of creating override files described in that answer also works great.
Some typical services which don't necessarily need to be started on boot are -
- mysql
- apache(2)
- postgresql/postgres-xc (if installed)
- vsftpd - a FTP daemon
- zramswap - might not be required on systems with sufficient RAM (~ 4GB or higher)
- bluetooth
sudo service <service-name> start
No comments:
Post a Comment