erlsrv

Functions


erlsrv(EVer) -> term()

get_all_services() -> term()

disable_service(ServiceName) -> term()

disable_service(EVer, ServiceName) -> term()

enable_service(ServiceName) -> term()

enable_service(EVer, ServiceName) -> term()

remove_service(ServiceName) -> term()

rename_service(FromName, ToName) -> term()

rename_service(EVer, FromName, ToName) -> term()

get_service(ServiceName) -> term()

get_service(EVer, ServiceName) -> term()

store_service(Service) -> term()

store_service(EmulatorVersion, Service) -> term()

new_service(NewServiceName, OldService, Data) -> term()

new_service(NewServiceName, OldService, Data, RestartName) -> term()