Name

Service::Adjust — Adjust runlevels in which the service runs.

Synopsis

Import Service;
boolean Service::Adjust ( string  name ,
  string  action );

Parameters

string name

service name

string action

"disable" -- remove links, "enable" -- if there are no links, set default, otherwise do nothing, "default" -- set defaults.

Return Value

boolean

success state