Home
last modified time | relevance | path

Searched refs:Stop (Results 1 – 2 of 2) sorted by relevance

/DragonReach/src/systemctl/ctl_parser/
H A Dmod.rs17 Stop, enumerator
163 map.insert("stop", CommandOperation::Stop);
293 | CommandOperation::Stop in parse_ctl()
/DragonReach/src/manager/ctl_manager/
H A Dmod.rs33 CommandOperation::Stop => Self::stop(cmd.args.unwrap()), in exec_ctl()