[−][src]Function alacritty::daemon::start_daemon
pub fn start_daemon<I, S>(program: &str, args: I) where
I: IntoIterator<Item = S> + Debug + Copy,
S: AsRef<OsStr>,
Start the daemon and log error on failure.
pub fn start_daemon<I, S>(program: &str, args: I) where
I: IntoIterator<Item = S> + Debug + Copy,
S: AsRef<OsStr>,
Start the daemon and log error on failure.