starting bluetooth hcid and dhcpd server during boot

Hi all,

Can someone tell me how I start these services at boot instead of doing an /etc/init.d/dhcpd start or /etc/init.d/hcid ??

Thanks

  • ninja123 wrote, On 10/12/2009 02:16 PM:
    > Hi all,
    >
    > Can someone tell me how I start these services at boot instead of doing
    > an /etc/init.d/dhcpd start or /etc/init.d/hcid ??

Yast, System, Runlevel Editor.
Or as root in a console: chkconfig dhcpd on

HTH
Uwe

If i give a chkconfig dhcpd on

will this be set for every boot thereafter?

  • ninja123 wrote, On 10/12/2009 03:16 PM:
    > If i give a chkconfig dhcpd on
    >
    > will this be set for every boot thereafter?
    >
    >

Yes.

Uwe