Module: OS::Linux::Bundle::BrewServices::ClassMethods Private

Defined in:
extend/os/linux/bundle/brew_services.rb

This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.

Instance Method Summary collapse

Instance Method Details

#started_services_without_daemon_managerArray<String>

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns:



10
11
12
13
# File 'extend/os/linux/bundle/brew_services.rb', line 10

def started_services_without_daemon_manager
  Homebrew::Bundle::Brew::Services.opoo "Skipping `brew services list` due to missing systemctl"
  []
end