struct ServiceManager::Service
- ServiceManager::Service
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
service_manager.crConstructors
Instance Method Summary
- #args : Array(String)
- #args=(args : Array(String))
- #auto_restart=(auto_restart : Bool)
- #auto_restart? : Bool
- #name : String
- #name=(name : String)
- #path : String
- #path=(path : String)
- #pid : Int32
- #pid=(pid : Int32)
- #restart=(restart : Bool)
- #restart? : Bool
- #signal : Int32
- #signal=(signal : Int32)