Friday, January 20, 2017

Stopping some services to start at the boot time on Rasbian - Raspberry PI

I just wanted an easy way to stop mysqld at the start of raspberry pi and the easiest way I have found was package rcconf


Install it using:

sudo apt-get install rcconf


Start using is by:

sudo rcconf


-- It is easy peasy 

pi@raspberrypi:~$ sudo apt-get install rcconf
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  rcconf
0 upgraded, 1 newly installed, 0 to remove and 140 not upgraded.
Need to get 23.9 kB of archives.
After this operation, 135 kB of additional disk space will be used.
Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main rcconf all 2.5 [23.9 kB]
Fetched 23.9 kB in 4s (4,890 B/s) 
Selecting previously unselected package rcconf.
(Reading database ... 89771 files and directories currently installed.)
Unpacking rcconf (from .../archives/rcconf_2.5_all.deb) ...
Processing triggers for man-db ...
Setting up rcconf (2.5) ...
pi@raspberrypi:~$ 
pi@raspberrypi:~$ 
pi@raspberrypi:~$ 
pi@raspberrypi:~$ 
pi@raspberrypi:~$ 
pi@raspberrypi:~$ sudo rcconf



No comments: