enable services via cli
This commit is contained in:
@@ -19,7 +19,7 @@ class ServiceManager {
|
||||
/**
|
||||
Add a service to be automatically started.
|
||||
**/
|
||||
private function enable(name: String) {
|
||||
public function enable(name: String) {
|
||||
if (!this.services.exists(name)){
|
||||
return; // Service must be started
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user