I'm having problems with starting xinetd. Performing the command kill -HUP `cat /var/run/xinetd.pid` is fine if xinetd is already running. But, how do I start it if its not running? I can't find the answer.
In linux, services are usually started under the /etc/rc.d/ directory. i.e in linux, to start the service, I'd perform this command.
/etc/rc.d/xinetd start
Is there an equivelance to this on OS X?
Thank you
In linux, services are usually started under the /etc/rc.d/ directory. i.e in linux, to start the service, I'd perform this command.
/etc/rc.d/xinetd start
Is there an equivelance to this on OS X?
Thank you