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

/systemd/src/systemctl/
H A Dsystemctl.c5848 _cleanup_free_ char *path = NULL, *path2 = NULL, *run = NULL; local
5870 path2 = path_join(arg_root, USER_CONFIG_UNIT_PATH, name);
5871 if (!path2)
5888 if (path2 && access(path2, F_OK) >= 0) {
5889 log_error("Refusing to create \"%s\" because it would be overridden by \"%s\" anyway.", run, path2);

Completed in 37 milliseconds