Distribuţii bazate pe RedHat: Diferență între versiuni
De la Wiki.lug.ro
(→Cum se setează dhclient să nu mai suprascrie resolv.conf) |
|||
| Linia 8: | Linia 8: | ||
Se selecteaza "postfix" si sa apasa pe OK. | Se selecteaza "postfix" si sa apasa pe OK. | ||
| + | |||
| + | === Cum se startează un serviciu === | ||
| + | service NUME_SERVICIU start | ||
| + | |||
| + | === Cum se bagă un serviciu în autostart === | ||
| + | chkconfig --level 35 NUME_SERVICIU on | ||
Versiunea de la data 25 mai 2007 01:52
Cuprins
Cum se setează dhclient să nu mai suprascrie resolv.conf
echo 'PEERDNS="no"' >> /etc/dhclient-enter-hooks
Cum se trece de la sendmail la postfix
yum install system-switch-mail yum install postfix system-switch-mail
Se selecteaza "postfix" si sa apasa pe OK.
Cum se startează un serviciu
service NUME_SERVICIU start
Cum se bagă un serviciu în autostart
chkconfig --level 35 NUME_SERVICIU on