Enum inapi::ServiceRunnable [] [src]

pub enum ServiceRunnable<'a> {
    Command(&'a str),
    Service(&'a str),
}

Runnables are the executable items that a Service calls actions on.

Variants

A script that is executed by the shell

A daemon managed by the default system service manager