Searched defs:found_sysv (Results 1 - 1 of 1) sorted by relevance

/systemd/src/systemctl/
H A Dsystemctl.c5230 bool found_native = false, found_sysv; local
5269 found_sysv = access(p, F_OK) >= 0;
5270 if (!found_sysv)

Completed in 37 milliseconds