PKGSERV_PATH
cmd[args++] = strrchr(PKGSERV_PATH, '/') + 1;
if (posix_spawn(&pid, PKGSERV_PATH, NULL, NULL, cmd, environ) == 0) {