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
Command(&'a str)A script that is executed by the shell
Service(&'a str)A daemon managed by the default system service manager