module Service::InitSystem

Direct including types

Defined in:

service/init_system.cr

Instance Method Summary

Instance Method Detail

def boot(value : Bool) : Bool #

[View source]
def boot? : Bool #

[View source]
def boot_file : Path #

[View source]
def check_delete #

[View source]
def config #

[View source]
def creatable? : Bool #

[View source]
abstract def delete #

[View source]
def exists? : Bool #

[View source]
def file : Path #

[View source]
def name : String #

[View source]
def real_file : String #

[View source]
def type : String #

[View source]
def writable? : Bool #

[View source]
abstract def write_config #

[View source]