Ubuntu 10.04
Sponsored Link

Configure servises2010/07/24

  Many services are running after installation, but there are some unnecessarry services for a usage. Then disable them.

[1] If you installed Ubuntu with the same procedure on this site, management tool for services is not installed, so install it first.
root@ubuntu:~#
aptitude -y install sysv-rc-conf
[2] Basic usage is mostly the same with chkconfig on RedHat system.
root@ubuntu:~#
sysv-rc-conf --list
# list services

apparmor
S:on

apport
atd
bootlogd
console-setu
cron
dmesg
dns-clean
1:on   2:on   3:on   4:on   5:on

grub-common
2:on   3:on   4:on   5:on

halt
0:on

hostname
hwclock
hwclock-save
irqbalance
killprocs
1:on

module-init-
network-inte
network-inte
networking
0:on   6:on

ondemand
2:on   3:on   4:on   5:on

plymouth
plymouth-log
plymouth-spl
plymouth-sto
pppd-dns
1:on   2:on   3:on   4:on   5:on

procps
rc.local
2:on   3:on   4:on   5:on

reboot
6:on

rsync
1:off   2:on   3:on   4:on   5:on

rsyslog
screen-clean
S:on

sendsigs
0:on   6:on

single
1:on

stop-bootlog
stop-bootlog
udev
udev-finish
udevmonitor
udevtrigger
ufw
umountfs
0:on   6:on

umountroot
0:on   6:on

urandom
0:on   6:on   S:on

wpa-ifupdown
0:on   6:on


root@ubuntu:~#
sysv-rc-conf rsync off
# turn off for rsync

root@ubuntu:~#
# run Interactive Mode if no options


Matched Content