Class: Specinfra::Command::Base::Service
- Inherits:
-
Specinfra::Command::Base
- Object
- Specinfra::Command::Base
- Specinfra::Command::Base::Service
- Extended by:
- Module::Service::Daemontools, Module::Service::Delegator, Module::Service::God, Module::Service::Init, Module::Service::Monit, Module::Service::Runit, Module::Service::Supervisor, Module::Service::Systemd, Module::Service::Upstart
- Defined in:
- lib/specinfra/command/base/service.rb
Direct Known Subclasses
Aix::Base::Service, Darwin::Base::Service, Freebsd::Base::Service, Linux::Base::Service, Openbsd::Base::Service, Solaris::Base::Service
Method Summary
Methods included from Module::Service::God
Methods included from Module::Service::Monit
Methods included from Module::Service::Runit
check_is_enabled_under_runit, check_is_running_under_runit
Methods included from Module::Service::Upstart
check_is_running_under_upstart
Methods included from Module::Service::Supervisor
check_is_running_under_supervisor
Methods included from Module::Service::Daemontools
check_is_enabled_under_daemontools, check_is_running_under_daemontools, disable_under_daemontools, enable_under_daemontools, reload_under_daemontools, restart_under_daemontools, start_under_daemontools, stop_under_daemontools
Methods included from Module::Service::Systemd
check_is_enabled_under_systemd, check_is_running_under_systemd, disable_under_systemd, enable_under_systemd, reload_under_systemd, restart_under_systemd, start_under_systemd, stop_under_systemd
Methods included from Module::Service::Init
check_is_enabled_under_init, check_is_running_under_init, disable_under_init, enable_under_init, reload_under_init, restart_under_init, start_under_init, stop_under_init