Service
From FrugalWiki
In Frugalware services can be started, restarted and stopped, with the utility "service". Supported services are found in /etc/rc.d/
To start a service, simply do:
# service $service_name$ start
To restart a service, simply do:
# service $service_name$ restart
To stop a service, simply do:
# service $service_name$ stop
For more info check man service or Frugalware docs