| Arch Linux Installation Guide |
|
|
| Written by axel | ||||||||||||||||||||||
27. Daemons Configuration
Now, let’s configure our system’s “Daemons” or in other words our system’s “Services” Open Midnight Commander: mc
Let’s fix (with F4) the following file. /etc/rc.conf Midnight Commander is better than nano since it supports easier Cut, Copy, Paste, Delete. We are interested on the last line DAEMONS=: We have left it like this: DAEMONS=(syslog-ng network netfs @crond @sshd)
- Some daemons in order to start demand other daemons to have been started first. If they don’t find them “ready”, the system stops from booting.
- If a daemon is needed by other daemons it should be at the left of them and it should be started without a @.
- Instead of completely removing a daemon you can add a “!” in front of it. DAEMONS=(syslog-ng network portmap netfs @crond nfslock @nfsd @samba acpid sensors dbus @hal @alsa !cpufreq @cups @smartd @openntpd @sshd @gdm)
Note the exclamation mark in front of the cpufreq daemon. This daemon refers to Power Throttling of our cpu. Not all cpus support it. Change it to your needs.
We should also configure a few more useful daemons. Let’s change (with F4) the following file: /etc/ntpd.conf
Here we have two options, depending if we have a local network with other computers or not. server ntp.forthnet.gr
listen on 127.0.0.1 listen on 192.168.1.7
Press F2 for Save and F10 to exit. server 192.168.1.7
/etc/smartd.conf In the beginning we will find this line: DEVICESCAN
#DEVICESCAN
/dev/sda -a -d sat
To get information about your hard disk type: smartctl -a /dev/sda
Replace sda with your own device.
|
||||||||||||||||||||||
| Last Updated ( Monday, 01 December 2008 ) | ||||||||||||||||||||||
| < Prev | Next > |
|---|





