Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ecmo
v0.11.0
App
Application
Assets
Boot
Command
Dashboard
Disk
Gauges
Home
Host
Init
InitProvider
InvalidUserParamsError
Job
Jobs
Level
Load
Memory
Metrics
Net
Openrc
Partition
Pid
Run
Runit
Schedule
Sequence
Service
Sessions
SessionUtils
Storage
Systemd
User
UserAuthenticationError
UserError
UserNotFoundError
Built with Crystal 1.9.2
2023-10-08 13:25:57 UTC
abstract class
InitProvider
InitProvider
Reference
Object
Direct Known Subclasses
Openrc
Runit
Systemd
Defined in:
models/init_provider.cr
Instance Method Summary
#check_service
(unit : String) : Tuple(Bool, Bool)
#name
: String
#services
: Array(Service)
Instance Method Detail
abstract def
check_service
(unit : String) : Tuple(Bool, Bool)
#
[
View source
]
abstract def
name
: String
#
[
View source
]
def
services
: Array(
Service
)
#
[
View source
]