SVC_METHOD
size = strlen(SVC_METHOD) + strlen(" ") + strlen(flags) + 1;
(void) snprintf(command, size, "%s %s", SVC_METHOD, flags);