service: remove deleted services
This commit is contained in:
parent
5f5a6e4b2e
commit
79fbdfca17
24 changed files with 0 additions and 621 deletions
|
@ -14,8 +14,6 @@ void InstallInterfaces(Core::System& system) {
|
|||
auto module_ = std::make_shared<Module>();
|
||||
std::make_shared<APM>(system, module_, system.GetAPMController(), "apm")
|
||||
->InstallAsService(system.ServiceManager());
|
||||
std::make_shared<APM>(system, module_, system.GetAPMController(), "apm:p")
|
||||
->InstallAsService(system.ServiceManager());
|
||||
std::make_shared<APM>(system, module_, system.GetAPMController(), "apm:am")
|
||||
->InstallAsService(system.ServiceManager());
|
||||
std::make_shared<APM_Sys>(system, system.GetAPMController())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue