Clean up service.h
Most of the service header functions now contain the relevant documentation. Cleaned up small parts of it and renamed functions to be more consistent.
This commit is contained in:
@ -1951,7 +1951,7 @@ int main(int argc, char **argv)
|
||||
monitorStartAll();
|
||||
|
||||
/** Start the services that were created above */
|
||||
n_services = serviceStartAll();
|
||||
n_services = service_launch_all();
|
||||
|
||||
if (n_services == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user