10.3: Start and stop services from the command line
Nov 27, '03 01:47:00PM • Contributed by: liquidgood
Nov 27, '03 01:47:00PM • Contributed by: liquidgood
10.3 added a shell script to control services from the command line; here's how i found out -- a message on an Apple mailing list. To summarize what was said, just type:
% sudo /sbin/service ssh startTo see the script, type less /sbin/service. Or type /sbin/service --list for a list of available services. The service script will do all the right things for you.
•
[46,310 views]
