pub fn systemctl_cmd<I, S>(xs: I) -> Result<Output>where I: IntoIterator<Item = S>, S: AsRef<OsStr>,
Runs an arbitrary systemctl command
xs
IntoIterator